1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00

Fix changelog files

This commit is contained in:
Alexander Neumann 2018-03-21 20:53:11 +01:00
parent f31bbcf1a9
commit 6eb1be0be4
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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 Google provide libraries to generate appropriate credentials with various
fallback sources. This change uses the library to generate our GCS client, which fallback sources. This change uses the library to generate our GCS client, which

View File

@ -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