Add version command output to JSON format documentation

This commit is contained in:
Tobias Speicher 2023-11-01 22:13:57 +01:00
parent 6f1efcb28b
commit ab23d033b6
No known key found for this signature in database
GPG Key ID: 2CF824BD810C3BDB
1 changed files with 14 additions and 0 deletions

View File

@ -576,3 +576,17 @@ The snapshots command returns a single JSON object.
+------------------------------+-----------------------------------------------------+
| ``compression_space_saving`` | Overall space saving due to compression |
+------------------------------+-----------------------------------------------------+
version
-------
The version command returns a single JSON object.
+----------------+--------------------+
| ``version`` | restic version |
+----------------+--------------------+
| ``go_version`` | Go compile version |
+----------------+--------------------+
| ``go_target`` | Go target platform |
+----------------+--------------------+