GID#
Checker name#
GID check
Description#
Checks the numeric owner group identifier of a restored file-system object.
The current value can be compared with a manually entered numeric identifier or with the value stored in the Bacula Catalog.
Attribute#
GID
Selecting the GID attribute in Verification Rules causes Bacularis to
execute the GIDCheck checker.
Supported operators#
==- equal to!=- not equal toC==- equal to the value stored in the Bacula Catalog
Expected value#
For manual comparisons, enter a numeric GID value.
When C== is used, the expected GID is taken automatically from the
Bacula Catalog.
Capabilities#
This checker requires a Restore Destination with the File restore checks capability enabled.
Requirements#
No additional requirements.
Examples#
Verify a specific GID:
/srv/data/example.txt GID == 1000
Compare the restored GID with the value stored in the Bacula Catalog:
/srv/data/example.txt GID C== Catalog value
Notes and limitations#
The checker compares numeric identifiers, not user or group names.
The restored ownership must be preserved correctly on the Restore Destination for Catalog comparison to pass.