mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 12:57:53 +00:00
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
|
Enhancement: Allow backup file tree scanner to be disabled
|
||
|
|
||
|
Restic walks the file tree in a separate scanner process to find the total size
|
||
|
and file/directory count, and uses that to provide an ETA. This can slow down
|
||
|
backups, especially of network filesystems. The new flag `--no-scan`
|
||
|
can be used to speed up such backups.
|
||
|
|
||
|
https://github.com/restic/restic/pull/3931
|