slackbuilder/private/librsync/README

10 lines
354 B
Plaintext
Raw Normal View History

2022-01-13 19:12:08 +01:00
librsync (rsync synchronization algorithm library.)
2022-05-22 18:38:31 +02:00
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.