> "KO" == KEN OVERGARD
> wrote the following on Tue, 22 Oct 2002 16:17:14 -0400
KO> 2) can de-couple delta calculation and application (creates
KO> deltas offline)
KO> De-coupling as in (2) above is the tricky one. It seems that
KO> one way to get this behavior is to modify rsyn
I've looking into the possibility of using rsync for mirroring where we are
currently using iOra.
It looks like iOra has two main advantages over rsync:
1) can calculate deltas across multiple files (i.e., blocks common
to two files will only appear once in the delta)
2) can de-co