mirror of https://github.com/restic/restic.git
Add section about file read concurrency
This commit is contained in:
parent
56e394ac33
commit
6d4c40f8d0
|
@ -25,6 +25,10 @@ once (which prints a bit more detail what restic is doing) or twice (which
|
||||||
prints a line for each file/directory restic encountered, together with some
|
prints a line for each file/directory restic encountered, together with some
|
||||||
statistics).
|
statistics).
|
||||||
|
|
||||||
|
Another issue that was resolved is the new code only reads two files at most.
|
||||||
|
The old code would read way too many files in parallel, thereby slowing down
|
||||||
|
the backup process on spinning discs a lot.
|
||||||
|
|
||||||
https://github.com/restic/restic/issues/549
|
https://github.com/restic/restic/issues/549
|
||||||
https://github.com/restic/restic/issues/1286
|
https://github.com/restic/restic/issues/1286
|
||||||
https://github.com/restic/restic/issues/446
|
https://github.com/restic/restic/issues/446
|
||||||
|
|
Loading…
Reference in New Issue