Version 1 of rsync

Updated 2005-01-05 18:06:37

rsync is a clever algorithm for synchronizing files in a way that is bandwidth efficient. It was invented by Andrew Tridgell and Paul Mackerras. It is described here:

http://samba.anu.edu.au/rsync/tech_report/tech_report.html

rsync is also a program that implements the algorithm.