2024-07-27 19:06:26 -04:00
|
|
|
Enhancement: Print JSON-formatted errors during `restore --json`
|
|
|
|
|
2024-08-31 17:28:24 +02:00
|
|
|
Restic used to print any `restore` errors directly to the console as freeform
|
|
|
|
text messages, even when using the `--json` option.
|
2024-08-30 14:58:32 +02:00
|
|
|
|
|
|
|
Now, when `--json` is specified, restic prints them as JSON formatted messages.
|
2024-07-27 19:06:26 -04:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4944
|
|
|
|
https://github.com/restic/restic/pull/4946
|