uot; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 11, 2001 02:27
Subject: Re: rsync copy speed.
> On Wed, 10 Oct 2001, Andre Pang wrote:
> > ssh is your problem
>
> I believe Hans said that he only uses ssh to startup the samba-using
> process go
On Wed, 10 Oct 2001, Andre Pang wrote:
> ssh is your problem
I believe Hans said that he only uses ssh to startup the samba-using
process going, and then transfers all files "locally" with rsync. So,
the problem is that samba is doing all the data transfer over the
network instead of rsync.
So
--- Andre Pang <[EMAIL PROTECTED]> wrote:
>
> ssh is your problem;
Yes, encryption can take considerable CPU amount.
Have you tried to use the '-c' option of ssh?
Blowfish was about 4 times faster than 3des when
I last checked it.
--
Siebren van der Zee.
__
On Wed, Oct 10, 2001 at 06:53:01PM +0800, Hans E. Kristiansen wrote:
> Each client uses ssh to start a server script in their home
> directories, which in turn mounts the client drive to perform
> the actual backup.
>
> On other days, I use rsync -avW, ( which is marginally better
> than -av ),