diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-02 22:15:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-02 22:15:09 +0000 |
commit | 53c7b6480a2a239403a934eb00aa96aa30156b57 (patch) | |
tree | 74044e8c9f1b011f430278552e604d5ef18dc3b9 /net/rsync | |
parent | e1195ffa401ae00c047b4619cddc3e354410e584 (diff) | |
download | ports-53c7b6480a2a239403a934eb00aa96aa30156b57.tar.gz ports-53c7b6480a2a239403a934eb00aa96aa30156b57.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr index 5cfb65d4a784..e4434d4634c3 100644 --- a/net/rsync/pkg-descr +++ b/net/rsync/pkg-descr @@ -1,6 +1,6 @@ rsync is a replacement for rcp that has many more features. -rsyns uses the "rsync algorithm" which provides a very fast method for +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. |