mirror of https://github.com/restic/restic.git
doc tweaks
This commit is contained in:
parent
e457fe22bc
commit
fb1170c1d6
|
@ -226,6 +226,10 @@ Match
|
|||
+-----------------+----------------------------------------------+
|
||||
| ``mode`` | UNIX file mode, shorthand of ``permissions`` |
|
||||
+-----------------+----------------------------------------------+
|
||||
| ``device_id`` | Unique machine Identifier |
|
||||
+-----------------+----------------------------------------------+
|
||||
| ``links`` | Number of hardlinks |
|
||||
+-----------------+----------------------------------------------+
|
||||
| ``uid`` | ID of owner |
|
||||
+-----------------+----------------------------------------------+
|
||||
| ``gid`` | ID of group |
|
||||
|
@ -270,9 +274,9 @@ snapshot
|
|||
+-----------------+-------------------------------------+
|
||||
| ``username`` | User snapshot was run as |
|
||||
+-----------------+-------------------------------------+
|
||||
| ``uid`` | UID of backup process |
|
||||
| ``uid`` | ID of owner |
|
||||
+-----------------+-------------------------------------+
|
||||
| ``gid`` | GID of backup process |
|
||||
| ``gid`` | ID of group |
|
||||
+-----------------+-------------------------------------+
|
||||
| ``id`` | Snapshot ID, long form |
|
||||
+-----------------+-------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue