mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
|
Enhancement: Improve backup speed by skipping the initial scan when the quiet flag is set
|
||
|
|
||
|
We've improved the backup speed when the quiet flag -q or --quiet is set by skipping the initial scan which gathers information for displaying the progress bar and the ETA estimation.
|
||
|
|
||
|
https://github.com/restic/restic/issues/1160
|