Re: What would be the best way to copy lots of files from one server to another.
From: Alexander Leidinger (Alexander_at_Leidinger.net)
Date: 06/22/03
- Previous message: Tom Samplonius: "Re: What would be the best way to copy lots of files from oneserver to another."
- In reply to: Etienne Ledoux: "What would be the best way to copy lots of files from one server to another."
- Next in thread: Jo Geraerts: "Re: What would be the best way to copy lots of files from one server to another."
- Reply: Jo Geraerts: "Re: What would be the best way to copy lots of files from one server to another."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 22 Jun 2003 18:54:31 +0200 To: Etienne Ledoux <etienne@unix.za.org>
On Fri, 20 Jun 2003 14:21:01 +0200
Etienne Ledoux <etienne@unix.za.org> wrote:
> I need to copy lots of directories/files from one server to another. Approx
> 45Gb . These files are mailboxes stored in maildir format. What would be the
> best/safest/quickest way to do this ?
Not mentioned yet:
cd /path/to/root/of/files && tar -cf - . | ssh me@destination 'cd /path/to destination && tar -xvpf -'
or similar with "dump ... | ssh ... restore ..." with either the native
compression of ssh or tar (or no compression at all if the transfered
size doesn't matter).
Bye,
Alexander.
-- Actually, Microsoft is sort of a mixture between the Borg and the Ferengi. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Tom Samplonius: "Re: What would be the best way to copy lots of files from oneserver to another."
- In reply to: Etienne Ledoux: "What would be the best way to copy lots of files from one server to another."
- Next in thread: Jo Geraerts: "Re: What would be the best way to copy lots of files from one server to another."
- Reply: Jo Geraerts: "Re: What would be the best way to copy lots of files from one server to another."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|