mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
Bugfix: Fix duplicate data handling in `prune --max-unused`
|
|
|
|
The `prune --max-unused size` command did not correctly account for duplicate
|
|
data. If a repository contained a large amount of duplicate data, this could
|
|
previously result in pruning too little data. This has now been fixed.
|
|
|
|
https://github.com/restic/restic/pull/5212
|
|
https://forum.restic.net/t/restic-not-obeying-max-unused-parameter-on-prune/8879
|