diff options
author | Sasongko Bawono <sasongko262@gmail.com> | 2017-02-20 18:06:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-21 16:44:34 +0700 |
commit | 16a63ad6662740ed4b3cf5b85641ab2cadc1fc3e (patch) | |
tree | 80361d5b97d06510b836f39a636c81e366185029 /network/zsync/README | |
parent | a49e025afa39ee64bb050fd2df940c6f648b5a44 (diff) |
network/zsync: Added (client-side implementation of rsync).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/zsync/README')
-rw-r--r-- | network/zsync/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/zsync/README b/network/zsync/README new file mode 100644 index 0000000000..e333516143 --- /dev/null +++ b/network/zsync/README @@ -0,0 +1,14 @@ +zsync is a file transfer program. It allows you to download a file from +a remote web server, where you have a copy of an older version of the +file on your computer already. zsync downloads only the new parts of +the file. It uses the same algorithm as rsync. + +zsync does not require any special server software or a shell account +on the remote system (rsync, in comparison, requires that you have an +rsh or ssh account, or that the remote system runs rsyncd). Instead, it +uses a control file - a .zsync file - that describes the file to be +downloaded and enables zsync to work out which blocks it needs. This +file can be created by the admin of the web server hosting the +download, and placed alongside the file to download - it is generated +once, then any downloaders with zsync can use it. Alternatively, anyone +can download the file, make a .zsync and provide it to other users. |