mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +00:00
5 lines
321 B
Text
5 lines
321 B
Text
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
|