mirror of
https://github.com/restic/restic.git
synced 2025-10-09 13:49:58 +00:00
Merge pull request #4136 from restic/doc-small-files
doc: Clarify text about tuning backups for small files
This commit is contained in:
@@ -54,10 +54,10 @@ variable ``RESTIC_COMPRESSION``.
|
||||
File Read Concurrency
|
||||
=====================
|
||||
|
||||
When backing up fast storage like NVME disks, it can be beneficial to increase the read
|
||||
concurrency. This can increase the overall performance of the backup operation by reading
|
||||
more files in parallel. You can specify the concurrency of file reads with the
|
||||
``RESTIC_READ_CONCURRENCY`` environment variable or the ``--read-concurrency`` flag for
|
||||
When backing up files from fast storage like NVMe disks, it can be beneficial to increase
|
||||
the read concurrency. This can increase the overall performance of the backup operation
|
||||
by reading more files in parallel. You can specify the concurrency of file reads with the
|
||||
``RESTIC_READ_CONCURRENCY`` environment variable or the ``--read-concurrency`` option of
|
||||
the ``backup`` command.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user