mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
e7cdf2acbb
Closes #2429
7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
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
|