Merge pull request #5183 from wplapper/cmd_prune

restic prune: selection of packs to repack based on size
This commit is contained in:
Michael Eischer
2025-03-22 15:43:32 +01:00
committed by GitHub
6 changed files with 158 additions and 11 deletions

View File

@@ -0,0 +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.
https://github.com/restic/restic/issues/5109
https://github.com/restic/restic/pull/5183