From bc24ce77ba4f39a1b70b7dca87f306be759652f0 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 13 Jan 2022 19:12:08 +0100 Subject: librsync: Added --- private/librsync/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 private/librsync/README (limited to 'private/librsync/README') 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. -- cgit v1.2.3