mirror of https://github.com/restic/restic.git
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`_.
|
`Blob objects`_.
|
||||||
|
|
||||||
|
|
||||||
+--------------+-----------------------------------+-------------------+
|
+--------------+-----------------------------------+--------------------+
|
||||||
| ``hits`` | Number of matches in the snapshot | uint64 |
|
| ``hits`` | Number of matches in the snapshot | uint64 |
|
||||||
+--------------+-----------------------------------+-------------------+
|
+--------------+-----------------------------------+--------------------+
|
||||||
| ``snapshot`` | ID of the snapshot | string |
|
| ``snapshot`` | ID of the snapshot | string |
|
||||||
+--------------+-----------------------------------+-------------------+
|
+--------------+-----------------------------------+--------------------+
|
||||||
| ``matches`` | Details of a match | [] `Match object`_ |
|
| ``matches`` | Details of a match | [] `Match object`_ |
|
||||||
+--------------+-----------------------------------+-------------------+
|
+--------------+-----------------------------------+--------------------+
|
||||||
|
|
||||||
.. _Match object:
|
.. _Match object:
|
||||||
|
|
||||||
|
@ -439,19 +439,19 @@ results in a mix of JSON and text output.
|
||||||
ForgetGroup
|
ForgetGroup
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``tags`` | Tags identifying the snapshot group | []string |
|
| ``tags`` | Tags identifying the snapshot group | []string |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``host`` | Host identifying the snapshot group | string |
|
| ``host`` | Host identifying the snapshot group | string |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``paths`` | Paths identifying the snapshot group | []string |
|
| ``paths`` | Paths identifying the snapshot group | []string |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``keep`` | Array of Snapshot that are kept | [] `Snapshot object`_ |
|
| ``keep`` | Array of Snapshot that are kept | [] `Snapshot object`_ |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``remove`` | Array of Snapshot that were removed | [] `Snapshot object`_ |
|
| ``remove`` | Array of Snapshot that were removed | [] `Snapshot object`_ |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | [] `KeepReason object`_ |
|
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | [] `KeepReason object`_ |
|
||||||
+-------------+---------------------------------------------------------------+------------------------+
|
+-------------+---------------------------------------------------------------+-------------------------+
|
||||||
|
|
||||||
.. _Snapshot object:
|
.. _Snapshot object:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue