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..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to