mirror of
https://github.com/restic/restic.git
synced 2026-07-06 07:15:10 +00:00
8 lines
280 B
Plaintext
8 lines
280 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.
|
|
|
|
https://github.com/restic/restic/issues/5109
|
|
https://github.com/restic/restic/pull/5183
|