Connecting two rsync clients

Max Bowsher maxb at ukf.net
Tue Feb 11 01:46:58 EST 2003


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.



More information about the rsync mailing list