1998-01-23 10:57:21 +01:00
|
|
|
rsync is a replacement for rcp that has many more features.
|
2003-05-06 19:40:18 +02:00
|
|
|
|
1998-01-23 10:57:21 +01:00
|
|
|
rsyns uses the "rsync algorithm" which provides a very fast method for
|
|
|
|
bringing remote files into sync. It does this by sending just the
|
|
|
|
differences in the files across the link, without requiring that both
|
|
|
|
sets of files are present at one of the ends of the link beforehand.
|
|
|
|
This makes rsync a good remote file distribution/synchronisation utility
|
|
|
|
in a dialup PPP/SLIP environment.
|
|
|
|
|
2000-08-02 19:20:42 +02:00
|
|
|
Note: it requires rsync on the destination machine.
|
1998-01-23 10:57:21 +01:00
|
|
|
|
2000-08-11 03:07:45 +02:00
|
|
|
There is a Computer Science Technical Report on the rsync algorithm
|
|
|
|
included in the distribution, and is also available as
|
|
|
|
ftp://samba.anu.edu.au/pub/rsync/tech_report.ps
|