forked from TrueCloudLab/restic
8 lines
322 B
Text
8 lines
322 B
Text
Enhancement: Improve `dump` performance for large files
|
|
|
|
The `dump` command now retrieves the data chunks for a file in parallel. This
|
|
improves the download performance by up to the configured number of parallel
|
|
backend connections.
|
|
|
|
https://github.com/restic/restic/issues/3406
|
|
https://github.com/restic/restic/pull/4796
|