Merge pull request #3264 from amozoss/upstream-master

Refactor backup progress
This commit is contained in:
MichaelEischer
2021-09-19 14:54:42 +02:00
committed by GitHub
8 changed files with 794 additions and 930 deletions

View File

@@ -0,0 +1,8 @@
Bugfix: Don't print progress for `backup --json --quiet`
Unlike the text output, the json output format still printed progress
information even in quiet mode. This has been fixed by always disabling the
progress output in quiet mode.
https://github.com/restic/restic/issues/2738
https://github.com/restic/restic/pull/3264