prune: allow --repack-smaller-than independently of --repack-small

This commit is contained in:
Michael Eischer
2025-03-22 15:08:36 +01:00
parent 3f42c0ad96
commit 3e58b15ace
3 changed files with 4 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
Enhancement: Make small pack size configureable for `prune`
The `prune` command now supports the `--repack-smaller-than` option that
allows repacking pack files smaller than the given size. It has to be used in
conjunction with option `--repack-small`.
allows repacking pack files smaller than the given size.
https://github.com/restic/restic/issues/5109
https://github.com/restic/restic/pull/5183