I have a large (>10GB) folder full of images on a live webserver that I need to back up and transfer.
I'm worried that if I tar the folder, the files will be blocked for reading by the webserver, which is hitting the files many times per second.
Does the tar command in linux block the files it's working on from being read?