aboutsummaryrefslogtreecommitdiff
path: root/libraries/librsync/README
blob: 23f48f188115403f35e960646c4d4a1de4a2ca79 (plain)
1
2
3
4
5
6
7
8
9
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.