summaryrefslogtreecommitdiff
path: root/data/_librsync/_metadata/rdiff/description
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2020-03-23 14:40:26 -1000
committerSam Bingner <sam@bingner.com>2020-03-23 14:43:24 -1000
commitabdd9a04698a4a77058d83ed0dae59d3053618f7 (patch)
tree8843897868d34a3ed02b32932e0e289ca6d4bdfb /data/_librsync/_metadata/rdiff/description
parent914d52a8e123f493f1a6021955b8f657b0c0a717 (diff)
Infrastructure to build a metapackage and _librsync metapackagemetapackages
Diffstat (limited to 'data/_librsync/_metadata/rdiff/description')
-rw-r--r--data/_librsync/_metadata/rdiff/description4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/_librsync/_metadata/rdiff/description b/data/_librsync/_metadata/rdiff/description
new file mode 100644
index 000000000..b67015a44
--- /dev/null
+++ b/data/_librsync/_metadata/rdiff/description
@@ -0,0 +1,4 @@
+Binary diff tool for signature-based differences
+rdiff is a little like diff and patch all rolled into one, with support for binary files. Since it takes advantage of the rsync remote-delta algorithm, you do not need the source file in the same place as your destination file.
+.
+To use it, you generate a "signature" of the original file and copy the signature (which is very small) to the same location as the modified file. Then you generate a "delta" which describes the changes required to turn the source file into the modified file. The small delta file can then be used to "patch" the original file, to transform it into the modified file.