aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
commitf8e050261ed4799456c2266148f7bd084ce3932e (patch)
tree29e0771423bf52bddafb0538fcffe602fdb40b83 /net/rsync/pkg-descr
parent02a270fdc58b428ae441301975241bf728e3e2eb (diff)
downloadports-f8e050261ed4799456c2266148f7bd084ce3932e.tar.gz
ports-f8e050261ed4799456c2266148f7bd084ce3932e.zip
Notes
Diffstat (limited to 'net/rsync/pkg-descr')
-rw-r--r--net/rsync/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr
new file mode 100644
index 000000000000..046caa04fcc6
--- /dev/null
+++ b/net/rsync/pkg-descr
@@ -0,0 +1,16 @@
+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/synchronisation 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
+
+ -- David (obrien@cs.ucdavis.edu)