Fwd: files-from option requires dot .

Felipe Alvarez felipe.alvarez at gmail.com
Fri May 6 20:34:26 MDT 2011


This does not work. Rsync fails, and prints 'usage'
 rsync --files-from=list.txt -vrP felipe1982.com: ./
This does work. Note the period `.'.
 rsync --files-from=list.txt -vrP felipe1982.com:. ./

cat list.txt
./Documents/file1
./Documents/file2

Why is the period _required_?
--
Felipe


More information about the rsync mailing list