▲ | throebrifnr 7 days ago | |||||||
Gz has --rsyncable option that does something similar. Explanation here https://beeznest.wordpress.com/2005/02/03/rsyncable-gzip/ | ||||||||
▲ | Scaevolus 7 days ago | parent [-] | |||||||
Rsyncable goes further: instead of having fixed size blocks, it makes the block split points deterministically content-dependent. This means that you can edit/insert/delete bytes in the middle of the uncompressed input, and the compressed output will only have a few compressed blocks change. | ||||||||
|