mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:28:02 +00:00
prune: Parallelize repack command
This commit is contained in:

committed by
Alexander Neumann

parent
8a0dbe7c1a
commit
b373f164fe
8
changelog/unreleased/pull-2941
Normal file
8
changelog/unreleased/pull-2941
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: Speed up repacking step of prune command
|
||||
|
||||
The repack step of the prune command, which moves still used file parts into
|
||||
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
|
Reference in New Issue
Block a user