[kwlug-disc] quickest way to copy 200G of home directories?

john at netdirect.ca john at netdirect.ca
Sat Sep 19 15:45:15 EDT 2009


I'm a huge fan of tar to ssh to tar

(cd sourcedir && tar -cf - .) | ssh root at remotehost "(cd destdir && tar -xvf -)"

It copies everything except ext3 attributes. I'm not sure how it will work with sparse files though.  

John Van Ostrand CTO, co-CEO
Net Direct Inc
564 Weber St. N. Unit 12
Waterloo, ON N2L 5C6
Ph: 519-883-1172 x5102
Ph: 866-883-1172 x5102
Fx: 519-883-8533


----- Original Message -----
From: "Robert P. J. Day" [rpjday at crashcourse.ca]
Sent: 09/19/2009 02:38 PM AST
To: KWLUG discussion list <kwlug-disc at kwlug.org>
Subject: [kwlug-disc] quickest way to copy 200G of home directories?




  what's the quickest way to copy almost 200G of content from one
system to another, that guarantees that all owner/group/perms info
will be preserved?  in my time, i've used all of scp, rsync and
tar-to-tar.  what's the preferred tool out there?  thanks.

  actually, speed isn't that much of an issue, as much as the
preservation of all attributes.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

_______________________________________________
kwlug-disc_kwlug.org mailing list
kwlug-disc_kwlug.org at kwlug.org
http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org




More information about the kwlug-disc mailing list