mirror of
https://github.com/restic/restic.git
synced 2025-02-22 19:48:29 +00:00
doc: fix broken links
This commit is contained in:
parent
39823c5f6c
commit
4e58902de6
@ -360,13 +360,13 @@ If the ``--blob`` or ``--tree`` option is passed, then the output is an array of
|
||||
`Blob objects`_.
|
||||
|
||||
|
||||
+--------------+-----------------------------------+-------------------+
|
||||
| ``hits`` | Number of matches in the snapshot | uint64 |
|
||||
+--------------+-----------------------------------+-------------------+
|
||||
| ``snapshot`` | ID of the snapshot | string |
|
||||
+--------------+-----------------------------------+-------------------+
|
||||
| ``matches`` | Details of a match | []`Match object`_ |
|
||||
+--------------+-----------------------------------+-------------------+
|
||||
+--------------+-----------------------------------+--------------------+
|
||||
| ``hits`` | Number of matches in the snapshot | uint64 |
|
||||
+--------------+-----------------------------------+--------------------+
|
||||
| ``snapshot`` | ID of the snapshot | string |
|
||||
+--------------+-----------------------------------+--------------------+
|
||||
| ``matches`` | Details of a match | [] `Match object`_ |
|
||||
+--------------+-----------------------------------+--------------------+
|
||||
|
||||
.. _Match object:
|
||||
|
||||
@ -439,19 +439,19 @@ results in a mix of JSON and text output.
|
||||
ForgetGroup
|
||||
^^^^^^^^^^^
|
||||
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``tags`` | Tags identifying the snapshot group | []string |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``host`` | Host identifying the snapshot group | string |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``paths`` | Paths identifying the snapshot group | []string |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``keep`` | Array of Snapshot that are kept | []`Snapshot object`_ |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``remove`` | Array of Snapshot that were removed | []`Snapshot object`_ |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | []`KeepReason object`_ |
|
||||
+-------------+---------------------------------------------------------------+------------------------+
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``tags`` | Tags identifying the snapshot group | []string |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``host`` | Host identifying the snapshot group | string |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``paths`` | Paths identifying the snapshot group | []string |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``keep`` | Array of Snapshot that are kept | [] `Snapshot object`_ |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``remove`` | Array of Snapshot that were removed | [] `Snapshot object`_ |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | [] `KeepReason object`_ |
|
||||
+-------------+---------------------------------------------------------------+-------------------------+
|
||||
|
||||
.. _Snapshot object:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user