mirror of
https://github.com/restic/restic.git
synced 2025-10-28 23:23:02 +00:00
9 lines
343 B
Plaintext
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
|