rsync compression (-z) and timestamp

Wayne Davison wayned at samba.org
Thu Jan 29 00:13:48 GMT 2009


On Wed, Jan 28, 2009 at 12:35:05PM +0100, David de Lama wrote:
> rsync -acv --bwlimit=10000 --stats --progress --delete 192.168.222.82:"/home/test" /backup/rsync0
> Now it takes only about 45sec.
> So I am still wondering. Am I doing s.th. wrong?!

The -c option tells rsync to read the source file and the destination
file prior to the deciding if the file needs to be transferred.  So the
total time taken will include the time spent doing a checksum on the
sender, plus the time spent doing a checksum on the receiver, which is
usually pretty slow.

..wayne..


More information about the rsync mailing list