Re: Copying files without scp

2009-04-16 Thread Steve Bertrand
A. Wright wrote: On Tue, 7 Apr 2009, Steve Bertrand wrote: Can someone recommend a *known good* production quality copy mechanism that will act like scp, but without the overhead? rsh? nc? If you are happy with rsh authentication, then have you looked at plain old rcp? I reviewed

Re: Copying files without scp

2009-04-08 Thread Mel Flynn
On Wednesday 08 April 2009 01:31:18 Steve Bertrand wrote: Doug Hardie wrote: On Apr 7, 2009, at 16:13, Steve Bertrand wrote: Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for

Re: Copying files without scp

2009-04-08 Thread A. Wright
On Tue, 7 Apr 2009, Steve Bertrand wrote: Can someone recommend a *known good* production quality copy mechanism that will act like scp, but without the overhead? rsh? nc? If you are happy with rsh authentication, then have you looked at plain old rcp? A.

Re: Copying files without scp

2009-04-08 Thread Lowell Gilbert
Steve Bertrand st...@ibctech.ca writes: To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred

Re: Copying files without scp

2009-04-08 Thread Oliver Fromme
Steve Bertrand wrote: To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server

Re: Copying files without scp

2009-04-08 Thread Wojciech Puchar
To copy data from one server, I normally (always) use scp. man rcp ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Copying files without scp

2009-04-07 Thread Steve Bertrand
Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server within a private

Re: Copying files without scp

2009-04-07 Thread Adam Vandemore
Steve Bertrand wrote: Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server

Re: Copying files without scp

2009-04-07 Thread Doug Hardie
On Apr 7, 2009, at 16:13, Steve Bertrand wrote: Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be

Re: Copying files without scp

2009-04-07 Thread Steve Bertrand
Doug Hardie wrote: On Apr 7, 2009, at 16:13, Steve Bertrand wrote: Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of

Re: Copying files without scp

2009-04-07 Thread Chuck Swiger
On Apr 7, 2009, at 4:13 PM, Steve Bertrand wrote: I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server within a private datacentre. Can

Re: Copying files without scp

2009-04-07 Thread Steve Bertrand
Chuck Swiger wrote: On Apr 7, 2009, at 4:13 PM, Steve Bertrand wrote: I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server within a private

Re: Copying files without scp

2009-04-07 Thread Olivier Nicole
Hi, Can someone recommend a *known good* production quality copy mechanism that will act like scp, but without the overhead? rsh? nc? I sometime use tar+rsh. Tar because I want to be sure to preserve all ownership and modes of the files and directories. Bests, olivier

Re: Copying files without scp

2009-04-07 Thread Frederique Rijsdijk
Steve Bertrand wrote: Hi all, To copy data from one server, I normally (always) use scp. I'm looking for a method to perform this copy task without the overhead of encryption for infrequent, high-volume transfers (hundreds to thousands of GB). The data will be transferred server-to-server