On 12/11 11:49 , JW Smythe wrote:
>   I just did an scp of a 45Mb file from a server in the same location,
> to my backup machine.  scp reported 935KB/s, taking 49 seconds.  0.13
> and 0.93 are a world of difference.   I'm assuming there's something
> in the rsyncd configuration I could change, but there wasn't a lot of
> documentation in the rsyncd package.  I'm using the one from the
> BackupPC site, not my own compile.

rsync is notably slower than other file transfer mechanisms; possibly
because of all the comparisons it does at each end. It's really only a win
when most of the data is already transferred.

the rule of thumb I often use is that ssh+rsync is 2x to 3x slower than tar
over netcat. 

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to