Comment on Keeping Backup Costs Down with B2?
ShortN0te@lemmy.ml 11 hours agoI doubt that this applies to files smaller than the pack size or a for example bitwise unique 17MB file would result in a (overly simplified) 16 MB and a 1 MB chunk or am i wrong here?
theit8514@lemmy.world 8 hours ago
Most of these backup solutions try to reduce the amount of data backed up, so the system will process each file and determine if the contents changed and only upload new data. In this case if you modify the file you may end up with 2 16 MB chunks that have slightly different data, and only when the old backup expires and the pruning process completes would one of those chunks be deleted.
Smaller chunks sizes means you get more files written to S3, but less duplicate data when deduping without compression.
ShortN0te@lemmy.ml 5 hours ago
That is not what i have asked.