LWN.net Logo

A look at rsync performance

A look at rsync performance

Posted Aug 24, 2010 20:01 UTC (Tue) by BackSeat (subscriber, #1886)
In reply to: A look at rsync performance by pj
Parent article: A look at rsync performance

No need for all the "cd" commands:

tar -C /src/dir -cf - . | tar -C /dest/dir -xf -


(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