LWN.net Logo

A look at rsync performance

A look at rsync performance

Posted Sep 4, 2010 8:53 UTC (Sat) by llloic (subscriber, #5331)
In reply to: A look at rsync performance by joey
Parent article: A look at rsync performance

"It should be possible to have a rsync varient that omits using the checksums, and simply overwrites the destination file always, like cp -- but with the rest of the rsync interface left intact. That should be much faster on some hardware."

Note that rsync already do the "overwrites the destination file always, likecp" as you said with the --whole-file option, which is according "the default when both the source and destination are specified as local paths", quoting this man page.

As far as I understand, when rsync acts on local files, in addition to a "normal" cp, rsync is only computing the whole file checksum.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds