George Hazlewood wrote: >> /usr/local/bin/rsync -vcrlnptgoxRz --delete -e ssh \ >> --include-from=/usr/local/rsync/include.conf \ >> --exclude-from=/usr/local/rsync/exclude.conf --stats --progress \
You can combine includes and excludes into one file: + /include/this - /exclude/that and reference the file with either --include-from or --exclude-from (which just determines the default for lines which don't begin '- ' or '+ '). Max. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
