diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index ec36afe43..0fada390d 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -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 | +-----------------+-------------------------------------+