diff options
author | Grissiom <chaos.proton@gmail.com> | 2010-05-13 01:00:29 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:00:29 +0200 |
commit | 9986aeb7d2fd0730fdcd88e01a0fb5ad871cf74b (patch) | |
tree | e85497b39224ecbd3e1332f612bff9051b1dca4a /network/zsync/README | |
parent | d3b76092ae29069755f966094cfd930438094ec6 (diff) |
network/zsync: Added to 13.0 repository
Diffstat (limited to 'network/zsync/README')
-rw-r--r-- | network/zsync/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/zsync/README b/network/zsync/README new file mode 100644 index 000000000000..78ee8faab8a9 --- /dev/null +++ b/network/zsync/README @@ -0,0 +1,12 @@ +zsync is a file transfer program. It allows you to download a file from a +remote 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. However, where rsync is designed for synchronising +data from one computer to another within an organisation, zsync is designed for +file distribution, with one file on a server to be distributed to thousands of +downloaders. zsync requires no special server software — just a web server to +host the files — and imposes no extra load on the server, making it ideal for +large scale file distribution. + +zsync is open source, distributed under version 2 of the Artistic License. +Feedback, bugs reports and patches are welcome |