LWN.net Logo

A look at rsync performance

A look at rsync performance

Posted Aug 19, 2010 21:08 UTC (Thu) by evgeny (guest, #774)
In reply to: A look at rsync performance by bronson
Parent article: A look at rsync performance

There is one thing tar and cp -a do differently, which, depending on what you do could be either a feature or a misfeature. tar tries to restore files according to _literal_ names of the owner (if they exist; and they do by default). This can be overridden with the --numeric-owner flag. E.g. if you forget to specify this flag and untar a backup of a virtual container from the host, you'll end up with a mess of file ownerships. Was bitten by this once...


(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