restic/changelog/unreleased/pull-2750

7 lines
232 B
Plaintext
Raw Normal View History

Enhancement: Make backup file read concurrency configurable
2022-09-24 09:57:16 +00:00
The `backup` command now supports a `--read-concurrency` flag to allowing
tuning restic for very fast storage like NVME disks.
https://github.com/restic/restic/pull/2750