2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 15:22:22 +00:00
restic/changelog/0.15.0_2023-01-12/pull-2750

8 lines
312 B
Plaintext
Raw Permalink Normal View History

Enhancement: Make backup file read concurrency configurable
2023-01-08 14:34:30 +00:00
The `backup` command now supports a `--read-concurrency` option which allows
tuning restic for very fast storage like NVMe disks by controlling the number
of concurrent file reads during the backup process.
https://github.com/restic/restic/pull/2750