mirror of
https://github.com/restic/restic.git
synced 2025-12-02 13:02:48 +00:00
Add JSON output to check command
This commit is contained in:
@@ -245,6 +245,18 @@ are stored in JSON form. Specifying ``--json`` or ``--quiet`` will suppress any
|
||||
non-JSON messages the command generates.
|
||||
|
||||
|
||||
check
|
||||
-----
|
||||
|
||||
The ``check`` command outputs JSON messages with the following format:
|
||||
|
||||
+------------------+--------------------------------+
|
||||
| ``message_type`` | Either "checked" or "error" |
|
||||
+------------------+--------------------------------+
|
||||
| ``message`` | Descriptive message |
|
||||
+------------------+--------------------------------+
|
||||
|
||||
|
||||
diff
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user