2023-01-08 14:34:30 +00:00
|
|
|
Enhancement: Allow `backup` file tree scanner to be disabled
|
2022-09-14 15:20:11 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
The `backup` command walks the file tree in a separate scanner process to find
|
|
|
|
the total size and file/directory count, and uses this to provide an ETA. This
|
|
|
|
can slow down backups, especially of network filesystems.
|
|
|
|
|
|
|
|
The command now has a new option `--no-scan` which can be used to disable this
|
|
|
|
scanning in order to speed up backups when needed.
|
2022-09-14 15:20:11 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3931
|