diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 71ecd4c2b..3be5cc4c9 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -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 | ++----------------+--------------------+