syncfast
syncfast copied to clipboard
Implement offline sync e.g. rdiff
Something like:
$ syncfast index old/folder
$ syncfast diff -o patch.bin old/folder/.syncfast.idx new/folder
$ syncfast patch patch.bin old/folder