Excuse the "humor", but it sounds like you have a virus.
One of the virus that is called "anti".
( Case of the "cure" being worse than the disease? ;)
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Julian Pace Ross
Sent: Tuesday, May 23, 2006 4:22 AM
To: Wayne Davison
Cc: rsync@lists.samba.org
Subject: Re: rsync speed


Pushing the file from Windows to Linux over ssh takes around 15 min, with an
average speed of ~400Kbps (using --progress).

Pulling the same file using the same arguments takes around 45 mins, with an
average speed of ~150Kbps.
    

Do you mean pulling it back again from Linux to Windows?  Or switching
machines and pulling it in the same direction from Windows to Linux?
I'm going to assume the former.
  
Yep its the former... pushing and pulling from the same Windows PC which is a P4. The linux server is a PIII....i delete the 350MB file from the source/dest in turn in order to try it...

    
It seems slow to me (ssh overhead??)
    

This depends on how slow (or loaded) your CPU is.  For instance, on an
old Pentium III 733mhz, the encrypting that ssh does cuts down the top
transfer speed compared to an unencrypted daemon connection (I think the
ssh connection was about 33% of the daemon connection, IIRC). 
  
Both CPUs reach a max of 2-3%, so the bottleneck is somewhere else...
If you're backing-up over a local network, it may well be safe enough to
dropp the ssh transport of your daemon-style transfers and just run a
password-protected daemon on your Linux box. 

I know, but I'm trying to simulate transfer over an internet conncetion on my lan first.
I'll experiment further and let you know what I come up with... but I'm quite sure its something particular to my setup.

Thanks wayne!
Julian
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to