And the reason they're not getting de-duped, at least on my system, is that they're on different filesystem devices. / is on my standard root filesystem (ext4 here), while /run/... is on tmpfs.…
I played with the patterns a bit. Seems like this only happens when the pattern list includes one of these:
R /R /runif I switch to a whitelist approach by explicitly listing /etc,…
I just set up a fresh debian 12 VM with postgresql, borgbackup & borgmatic with my config. there it even hangs when running under the root user, but now the runtime directory for the root user is…
Do you have any indication about how/why the dump processes died?
They execute successfully. The parent process just does not close its fd's so they stay zombie processes temporarily.
…
Also thank you for the hint with before_actions / after_actions. I got the cron monitoring setup working with before_actions => in_progress, on_error => error and after_actions => ok.
SENTRY_DSN is something else, it's basically just an project identifer used for error and performance reporting. They created special endpoints for cron monitoring.
Example values: `SENTRY_DS…