librsync

Library implementing the rsync remote-delta algorithm for efficient file synchronization

brewmacoslinux
Try with needOr install directly
Source

About

Library that implements the rsync remote-delta algorithm

Commands

rdiff

Examples

Generate a signature file from the basis file$ rdiff signature basis.file basis.sig
Create a delta file by comparing new file against signature$ rdiff delta basis.sig newfile.txt delta.file
Reconstruct the new file using basis file and delta$ rdiff patch basis.file delta.file reconstructed.file