doc: add program_version field of snapshot JSON output

This commit is contained in:
Michael Eischer 2023-07-08 23:29:46 +02:00
parent b34ce57dd4
commit 229c7b24a4
1 changed files with 54 additions and 50 deletions

View File

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