summaryrefslogtreecommitdiff
path: root/private/librsync/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-01-13 19:12:08 +0100
committerEugen Wissner <belka@caraus.de>2022-01-13 19:12:08 +0100
commitbc24ce77ba4f39a1b70b7dca87f306be759652f0 (patch)
tree3c987b0616a541569f6f005f1426897f2e1db7d1 /private/librsync/README
parent5f4f478e699262e8ee96baea389bf373d175c56b (diff)
downloadslackbuilder-bc24ce77ba4f39a1b70b7dca87f306be759652f0.tar.gz
librsync: Added
Diffstat (limited to 'private/librsync/README')
-rw-r--r--private/librsync/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/private/librsync/README b/private/librsync/README
new file mode 100644
index 0000000..4018331
--- /dev/null
+++ b/private/librsync/README
@@ -0,0 +1,8 @@
+librsync (rsync synchronization algorithm library.)
+
+librsync is a free software library that implements the rsync remote-delta
+algorithm.
+
+The rsync remote-delta algorithm is a method of efficiently transmitting a
+structure (such as a file) across a communications link when the receiving
+computer already has a different version of the same structure.