From abdd9a04698a4a77058d83ed0dae59d3053618f7 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 23 Mar 2020 14:40:26 -1000 Subject: Infrastructure to build a metapackage and _librsync metapackage --- data/_librsync/_metadata/rdiff/description | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/_librsync/_metadata/rdiff/description (limited to 'data/_librsync/_metadata/rdiff/description') 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. -- cgit v1.2.3