top | item 35319174

(no title)

beecafe | 2 years ago

What about using content defined chunking? Then inserting a few lines shouldn't cause all the subsequent chunks to shift

discuss

order

viraptor|2 years ago

That's not quite right. The contents in the file would still shift. You'd just be able to still deduplicate most chunks between multiple files... But only in your copies because the filesystem still uses constant size chunks.

riceart|2 years ago

But I think they’re talking about if you’re doing content defined chunking of a pack or archive file - inserting data should only affect insertion chunks + 1. And since it’s content defined - those chunks are necessarily not constant size.

Ie this is how backup tools like Arq or duplicacy work.