forked from TrueCloudLab/restic
Add version command output to JSON format documentation
This commit is contained in:
parent
6f1efcb28b
commit
ab23d033b6
1 changed files with 14 additions and 0 deletions
|
@ -576,3 +576,17 @@ The snapshots command returns a single JSON object.
|
||||||
+------------------------------+-----------------------------------------------------+
|
+------------------------------+-----------------------------------------------------+
|
||||||
| ``compression_space_saving`` | Overall space saving due to compression |
|
| ``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 |
|
||||||
|
+----------------+--------------------+
|
||||||
|
|
Loading…
Reference in a new issue