diff --git a/src/content/docs.html b/src/content/docs.html index a077b82..44ff065 100644 --- a/src/content/docs.html +++ b/src/content/docs.html @@ -272,6 +272,7 @@ ignore_package_versions = true
The enroll diff feature supports sending the difference to a webhook of your choosing, or by e-mail. The payload can be sent in json, plain text, or markdown.
+
Noise suppression
Use --exclude-path to ignore file/dir drift under specific paths (e.g. /var/anacron). Use --ignore-package-versions to ignore routine package upgrades/downgrades while still reporting added/removed packages.
@@ -299,7 +300,6 @@ ignore_package_versions = true

How to run enroll diff automatically on a timer

A great way to use enroll diff is to run it periodically (e.g via cron or a systemd timer). Below is an example.

-

Store the below file at /usr/local/bin/enroll-harvest-diff.sh and make it executable.