diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 85c67ab38..a4b983d7c 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -335,31 +335,33 @@ ForgetGroup Snapshot object -+----------------+--------------------------------------------------+ -| ``time`` | Timestamp of when the backup was started | -+----------------+--------------------------------------------------+ -| ``parent`` | ID of the parent snapshot | -+----------------+--------------------------------------------------+ -| ``tree`` | ID of the root tree blob | -+----------------+--------------------------------------------------+ -| ``paths`` | List of paths included in the backup | -+----------------+--------------------------------------------------+ -| ``hostname`` | Hostname of the backed up machine | -+----------------+--------------------------------------------------+ -| ``username`` | Username the backup command was run as | -+----------------+--------------------------------------------------+ -| ``uid`` | ID of owner | -+----------------+--------------------------------------------------+ -| ``gid`` | ID of group | -+----------------+--------------------------------------------------+ -| ``excludes`` | List of paths and globs excluded from the backup | -+----------------+--------------------------------------------------+ -| ``tags`` | List of tags for the snapshot in question | -+----------------+--------------------------------------------------+ -| ``id`` | Snapshot ID | -+----------------+--------------------------------------------------+ -| ``short_id`` | Snapshot ID, short form | -+----------------+--------------------------------------------------+ ++---------------------+--------------------------------------------------+ +| ``time`` | Timestamp of when the backup was started | ++---------------------+--------------------------------------------------+ +| ``parent`` | ID of the parent snapshot | ++---------------------+--------------------------------------------------+ +| ``tree`` | ID of the root tree blob | ++---------------------+--------------------------------------------------+ +| ``paths`` | List of paths included in the backup | ++---------------------+--------------------------------------------------+ +| ``hostname`` | Hostname of the backed up machine | ++---------------------+--------------------------------------------------+ +| ``username`` | Username the backup command was run as | ++---------------------+--------------------------------------------------+ +| ``uid`` | ID of owner | ++---------------------+--------------------------------------------------+ +| ``gid`` | ID of group | ++---------------------+--------------------------------------------------+ +| ``excludes`` | List of paths and globs excluded from the backup | ++---------------------+--------------------------------------------------+ +| ``tags`` | List of tags for the snapshot in question | ++---------------------+--------------------------------------------------+ +| ``program_version`` | restic version used to create snapshot | ++---------------------+--------------------------------------------------+ +| ``id`` | Snapshot ID | ++---------------------+--------------------------------------------------+ +| ``short_id`` | Snapshot ID, short form | ++---------------------+--------------------------------------------------+ Reason object @@ -518,31 +520,33 @@ snapshots The snapshots command returns a single JSON object, an array with objects of the structure outlined below. -+----------------+--------------------------------------------------+ -| ``time`` | Timestamp of when the backup was started | -+----------------+--------------------------------------------------+ -| ``parent`` | ID of the parent snapshot | -+----------------+--------------------------------------------------+ -| ``tree`` | ID of the root tree blob | -+----------------+--------------------------------------------------+ -| ``paths`` | List of paths included in the backup | -+----------------+--------------------------------------------------+ -| ``hostname`` | Hostname of the backed up machine | -+----------------+--------------------------------------------------+ -| ``username`` | Username the backup command was run as | -+----------------+--------------------------------------------------+ -| ``uid`` | ID of owner | -+----------------+--------------------------------------------------+ -| ``gid`` | ID of group | -+----------------+--------------------------------------------------+ -| ``excludes`` | List of paths and globs excluded from the backup | -+----------------+--------------------------------------------------+ -| ``tags`` | List of tags for the snapshot in question | -+----------------+--------------------------------------------------+ -| ``id`` | Snapshot ID | -+----------------+--------------------------------------------------+ -| ``short_id`` | Snapshot ID, short form | -+----------------+--------------------------------------------------+ ++---------------------+--------------------------------------------------+ +| ``time`` | Timestamp of when the backup was started | ++---------------------+--------------------------------------------------+ +| ``parent`` | ID of the parent snapshot | ++---------------------+--------------------------------------------------+ +| ``tree`` | ID of the root tree blob | ++---------------------+--------------------------------------------------+ +| ``paths`` | List of paths included in the backup | ++---------------------+--------------------------------------------------+ +| ``hostname`` | Hostname of the backed up machine | ++---------------------+--------------------------------------------------+ +| ``username`` | Username the backup command was run as | ++---------------------+--------------------------------------------------+ +| ``uid`` | ID of owner | ++---------------------+--------------------------------------------------+ +| ``gid`` | ID of group | ++---------------------+--------------------------------------------------+ +| ``excludes`` | List of paths and globs excluded from the backup | ++---------------------+--------------------------------------------------+ +| ``tags`` | List of tags for the snapshot in question | ++---------------------+--------------------------------------------------+ +| ``program_version`` | restic version used to create snapshot | ++---------------------+--------------------------------------------------+ +| ``id`` | Snapshot ID | ++---------------------+--------------------------------------------------+ +| ``short_id`` | Snapshot ID, short form | ++---------------------+--------------------------------------------------+ stats