mirror of https://github.com/restic/restic.git
Fix changelog files
This commit is contained in:
parent
f31bbcf1a9
commit
6eb1be0be4
|
@ -1,5 +0,0 @@
|
|||
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
|
|
@ -1,4 +1,4 @@
|
|||
Feature: Use Google Application Default credentials
|
||||
Enhancement: Use Google Application Default credentials
|
||||
|
||||
Google provide libraries to generate appropriate credentials with various
|
||||
fallback sources. This change uses the library to generate our GCS client, which
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Reference in New Issue