mirror of
https://github.com/restic/restic.git
synced 2026-06-07 01:19:44 +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.