mirror of
https://github.com/restic/restic.git
synced 2026-06-09 18:39:43 +00:00
990329013e
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
Change: prune small packfiles more aggressively
|
|
|
|
The `prune` command now repacks more small packfiles by default. The option `--repack-small`
|
|
is not longer needed and has been marked as deprecated. You can still use `--repack-smaller-than`
|
|
to further control repacking of small pack files.
|
|
|
|
https://github.com/restic/restic/issues/5293
|
|
https://github.com/restic/restic/pull/21803
|