search for: dcadc0e9

Displaying 1 result from an estimated 1 matches for "dcadc0e9".

2002 Jul 29
1
Fundamental rsync design question.
Hi folks, Was looking at a commercial product which does something similar to rsync. It seems to optimise incremental change determination by logging the changes that have occured since the first full transfer happened, using techniques common in snapshot techniques. Is there any reason for rsync not using this approach ? Is it the space constraints imposed by a logging approach or