Index of /ports_net/rsync

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:08 3.8K [   ] distinfo 28-May-2011 14:08 276 [DIR] files/ 07-Jun-2010 13:11 - [TXT] pkg-descr 15-Mar-2006 13:36 695 [   ] pkg-plist 17-May-2005 01:07 268 [DIR] work/ 07-Aug-2008 14:19 -
rsync is a replacement for rcp that has many more features.
 
rsync 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/synchronization utility
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

WWW: http://rsync.samba.org/