mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
Bugfix: Fix mangled json output of backup command
|
|
|
|
We've fixed a race condition in the json output of the backup command
|
|
that could cause multiple lines to get mixed up. We've also ensured that
|
|
the backup summary is printed last.
|
|
|
|
https://github.com/restic/restic/issues/2389
|
|
https://github.com/restic/restic/pull/2545
|