mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5359c1509c
Also use our zlib rather than the one in the distfile. Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and has thus be turned off. :-( PR: 15880 Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes]
19 lines
730 B
Plaintext
19 lines
730 B
Plaintext
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.
|
|
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/
|
|
|
|
-- David (obrien@cs.ucdavis.edu)
|