mirror of https://github.com/restic/restic.git
Add version command output to JSON format documentation
This commit is contained in:
parent
6f1efcb28b
commit
ab23d033b6
|
@ -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 |
|
||||
+----------------+--------------------+
|
||||
|
|
Loading…
Reference in New Issue