mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
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
|