2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00
2024-08-31 16:55:38 +02:00

10 lines
360 B
Plaintext

Enhancement: Print JSON-formatted errors during `restore --json`
Restic printed any `restore` errors directly to the console as freeform text
messages, even when using the `--json` option.
Now, when `--json` is specified, restic prints them as JSON formatted messages.
https://github.com/restic/restic/issues/4944
https://github.com/restic/restic/pull/4946