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.
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.
viraptor|2 years ago
riceart|2 years ago
Ie this is how backup tools like Arq or duplicacy work.