librsync: Added

This commit is contained in:
2022-01-13 19:12:08 +01:00
parent 5f4f478e69
commit bc24ce77ba
4 changed files with 132 additions and 0 deletions

8
private/librsync/README Normal file
View File

@ -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.