On Tue, 2007-01-09 at 15:28 -0500, Timothy J. Massey wrote:

> I guess the best way to improve this would be to avoid rsync... 
> However, I like rsyncd.  I never realized how heavy the overhead is with 
> rsync, though.  Unless I'm missing something?
> 
> Thoughts?

There is quite a bit of overhead on the server side when you are
doing a full rsync backup because it does block-checksum compares
against existing files and has to uncompress for this calculation.
(Craig - if you are listening, are these cached or recomputed every
run)?  Incrementals should go much faster than other methods, though,
because files with matching timestamps and files should be skipped.
Maybe you just need to force a full on different servers each night
to get your full runs out of sync with each other.  Or force some
to run on weekends when it won't matter if it runs into the next
day.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-------------------------------------------------------------------------
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