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/description | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/_librsync/_metadata/description (limited to 'data/_librsync/_metadata/description') diff --git a/data/_librsync/_metadata/description b/data/_librsync/_metadata/description new file mode 100644 index 000000000..b43331c2d --- /dev/null +++ b/data/_librsync/_metadata/description @@ -0,0 +1,4 @@ +rsync remote-delta algorithm library +librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. +. +librsync is used by rdiff-backup and duplicity backup applications. -- cgit v1.2.3