I have a file that rsync uses as --files-from:
dir1
dir2
dir3
I want to be able to put comments above each dir entry like that:
# my dir1 comment
dir1
#dir2 comment
dir2
#yet another comment
dir3
but rsync complains "No such file or directory"
So far I have tried #,//,--,,SPACE
Is there a way to comment out/disable entries?
files-fromfile. – jw013 Dec 14 '12 at 17:49