Files
restic/changelog/unreleased/issue-5109
Winfried Plappert 3f42c0ad96 restic prune changelog/unreleased - corrext typo
changed option from `--small-pack-size` to `--repack-smaller-than`
2025-03-15 12:51:29 +00:00

9 lines
343 B
Plaintext

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`.
https://github.com/restic/restic/issues/5109
https://github.com/restic/restic/pull/5183