Menu:
This document contains some brief notes on commonly used RSync operations
When rsyncing a directory, something like the following should be used:
rsync -avz --stats --progress rsync.mirrorservice.org::ftp.sunfreeware.com/pub /local/dir
This enables the following options:
To see what needs to be rsyncd, use:
rsync -anz --stats rsync.mirrorservice.org::ftp.sunfreeware.com/pub /local/dir
This enables the following options: