1
0
mirror of https://github.com/restic/restic.git synced 2024-07-07 09:30:53 +02:00
restic/changelog/unreleased/pull-1676
2018-03-21 20:53:11 +01:00

9 lines
353 B
Plaintext

Enhancement: Improve backup speed: Skip initial scan phase in quiet mode
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/pull/1676
https://github.com/restic/restic/issues/1160