LWN.net Logo

A look at rsync performance

A look at rsync performance

Posted Aug 20, 2010 12:01 UTC (Fri) by rvfh (subscriber, #31018)
In reply to: A look at rsync performance by Liefting
Parent article: A look at rsync performance

Would this handle Ctrl-C better than cp? It's always a problem if you launch a 'cp -au' because the mtime of the file is only set once the copy is finished (for obvious reasons), so interrupting the copy leaves you with a broken file that's newer than anything else, and thus you cannot recover unless you find out which file it is (using find is an option, but can be slow over a big number of files).

(sorry for going OT)


(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