doc tweaks

This commit is contained in:
Kyle Brennan 2020-11-26 00:21:08 -08:00 committed by Michael Eischer
parent e457fe22bc
commit fb1170c1d6
1 changed files with 6 additions and 2 deletions

View File

@ -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 |
+-----------------+-------------------------------------+