1996-08-16 07:23:01 +00:00
|
|
|
rsync is a replacement for rcp that has many more features.
|
|
|
|
|
|
|
|
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.
|
1999-09-03 04:28:07 +00:00
|
|
|
This makes rsync a good remote file distribution/synchronization utility
|
1996-08-16 07:23:01 +00:00
|
|
|
in a dialup PPP/SLIP environment.
|
|
|
|
|
|
|
|
Note, requires rsync on the destination machine.
|
|
|
|
|
|
|
|
There is a Computer Science Technical Report on the rsync algorithm is
|
|
|
|
included in the distribution, and is available as
|
|
|
|
ftp://samba.anu.edu.au/pub/rsync/tech_report.ps
|
|
|
|
|
2000-01-13 23:06:48 +00:00
|
|
|
WWW: http://rsync.samba.org/
|
|
|
|
|
1996-08-16 07:23:01 +00:00
|
|
|
-- David (obrien@cs.ucdavis.edu)
|