mirror of
https://github.com/restic/restic.git
synced 2026-05-20 00:55:34 +00:00
9331461a13
The size comparison for `--max-unused` only accounted for unused but not for duplicate data. For repositories with a large amount of duplicates this can result in a situation where no data gets pruned even though the amount of unused data is much higher than specified.