fix backup --json total_bytes_processed output

Closes #2429
This commit is contained in:
Daniel Hoffend
2020-02-09 02:02:45 +01:00
parent 0f22f008ed
commit e7cdf2acbb
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: backup --json reports total_bytes_processed as 0
We've fixed the json output of total_bytes_processed. The non-json output
was already fixed with pull request #2138 but left the json output untouched.
https://github.com/restic/restic/issues/2429