mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:57:37 +00:00
prune: make small pack size configureable for prune
all changes together
cmd_prune.go: added option `--repack-smaller-than` prune.go: added field `SmallPackBytes` to `PruneOptions`, including checking and processing prune_test.go: added test `TestPruneSmall` doc/060_forget.rst: added description of enhancement changelog/unreleased/issue-5109: description of enhancement
This commit is contained in:
8
changelog/unreleased/issue-5109
Normal file
8
changelog/unreleased/issue-5109
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user