mirror of
https://github.com/restic/restic.git
synced 2025-05-28 06:28:20 +00:00
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
![]() |
Enhancement: Make small pack size configureable for `prune`
|
||
|
|
||
|
The `prune` command now supports the `--small-pack-size` 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
|