Displaying 1 result from an estimated 1 matches for "whthr5hrb".
2010 Oct 22
3
include-from or files-from
Hello List,
i have got a large File-List which looks like this:
...snip...
165/165950*.jpg
166/166072*.jpg
...snap....
Now i would like to transfer only those file from that list. The rsync command:
rsync -avz -F --files-from=/tmp/synclist-small.txt /mnt/ /data/
does not seem to work due to that wildcard.
The command:
rsync -avz -F --include-from=/tmp/synclist-small.txt /mnt/ /data/
syncs