Hi
I'm having real problems and hope you can help me?
I wish to search my network backup server (NAS) for images that are listed in a CSV file (one per line - i.e.: 0001.jpg) once found a copy to placed in a local folder on my Mac (/RESULTS/)
I have managed to get this to work but only works on the root folder of the server, I can't get it to search all sub-folders on the Backup have tried -r & --recursive but neither are working!
Here's the code Ive been using:
rsync -r --files-from=‘/Users/AndiZu/Desktop/ebay2.csv’ /Volumes/Studio-1/ /Users/AndiZu/Desktop/RESULTS/
ebay2.csv = List of files to search for
/Volumes/Studio-1/ = Path to my backup server
/Users/AndiZu/Desktop/RESULTS/ = Local folder where files should be copied to!
Thank you in advance!
AndiZu
I'm having real problems and hope you can help me?
I wish to search my network backup server (NAS) for images that are listed in a CSV file (one per line - i.e.: 0001.jpg) once found a copy to placed in a local folder on my Mac (/RESULTS/)
I have managed to get this to work but only works on the root folder of the server, I can't get it to search all sub-folders on the Backup have tried -r & --recursive but neither are working!
Here's the code Ive been using:
rsync -r --files-from=‘/Users/AndiZu/Desktop/ebay2.csv’ /Volumes/Studio-1/ /Users/AndiZu/Desktop/RESULTS/
ebay2.csv = List of files to search for
/Volumes/Studio-1/ = Path to my backup server
/Users/AndiZu/Desktop/RESULTS/ = Local folder where files should be copied to!
Thank you in advance!
AndiZu