forked from TrueCloudLab/restic
Add changelog
This commit is contained in:
parent
cccb0d4064
commit
503d4c3e2f
1 changed files with 8 additions and 0 deletions
8
changelog/unreleased/issue-2738
Normal file
8
changelog/unreleased/issue-2738
Normal 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
|
Loading…
Reference in a new issue