2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00
restic/changelog/0.12.0_2021-02-14/pull-2941

9 lines
405 B
Plaintext
Raw Normal View History

Enhancement: Speed up the repacking step of the `prune` command
2020-09-19 22:45:11 +00:00
The repack step of the `prune` command, which moves still used file parts into
2020-09-19 22:45:11 +00:00
new pack files such that the old ones can be garbage collected later on, now
processes multiple pack files in parallel. This is especially beneficial for
high latency backends or when using a fast network connection.
https://github.com/restic/restic/pull/2941