On 01/09 04:58 , Timothy J. Massey wrote: > The C3 is slow. I get it. I already *knew* that. However, the > performance numbers I posted demonstrate pretty clearly that the failure > is not in a simple lack of CPU power, but in truly how *much* CPU power > rsync demands. I get triple the performance in switching from rsync to > SMB. Same CPU, same network, same hard drives, different protocol.
you'll see the same thing with tar... tar+netcat will move data 3x as fast as rsync in many cases. rsync really is that slow, presumably because of all the checksumming overhead. so there are times when it's easier to just re-grab all the data from the remote side, if much of the data changes substantially between backups. -- 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/