Hi,
I can't get the exclude in my Rsync statements to work quite right.
I have:
rsync -avz --delete-after --exclude-from=/cygdrive/d/exclude.job 10.1.1.11::ddrive /cygdrive/d/backup
The exclude file contains:
- /bin
- /endofdaybin
I want the directories above to be excluded from the job completely, however, they still seem to be copied.
Do I have a problem with either the exclude or rsync syntax?
Thanks.
Andrew.
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
