On 10/2/07, Noam Birnbaum <[EMAIL PROTECTED]> wrote:
> Any suggestions on how to estimate how much data rsync would synchronize on
> average in a given installation?  Assume that a full rsync has already run
> and the only data being updated is just the daily diffs.

As Steve implied, the best way is probably to try it and see!  Pass
--stats to rsync to get a bunch of useful information about how much
it is transferring.  If you don't yet trust rsync to write to the real
destination, you can use a dummy destination and --compare-dest to the
real one; this will give you the same statistics.

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