Files
restic/changelog/unreleased/issue-5293
T
Winfried Plappert 990329013e prune more aggresively (#21803)
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
2026-05-16 15:49:08 +00:00

9 lines
380 B
Plaintext

Change: prune small packfiles more aggressively
The `prune` command now repacks more small packfiles by default. The option `--repack-small`
is not longer needed and has been marked as deprecated. You can still use `--repack-smaller-than`
to further control repacking of small pack files.
https://github.com/restic/restic/issues/5293
https://github.com/restic/restic/pull/21803