• Joined on 2024-04-22
SCjona commented on issue borgmatic-collective/borgmatic#1118 2025-07-13 06:20:52 +00:00
Borg gets stuck under systemd when doing database backups

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.…

SCjona commented on issue borgmatic-collective/borgmatic#1118 2025-07-11 09:24:40 +00:00
Borg gets stuck under systemd when doing database backups

I played with the patterns a bit. Seems like this only happens when the pattern list includes one of these:

  • R /
  • R /run if I switch to a whitelist approach by explicitly listing /etc,…
SCjona commented on issue borgmatic-collective/borgmatic#1118 2025-07-11 08:45:34 +00:00
Borg gets stuck under systemd when doing database backups

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…

SCjona commented on issue borgmatic-collective/borgmatic#1118 2025-07-11 08:14:22 +00:00
Borg gets stuck under systemd when doing database backups

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.

SCjona opened issue borgmatic-collective/borgmatic#1118 2025-07-10 08:54:59 +00:00
Borg gets stuck under systemd when doing database backups
SCjona commented on issue borgmatic-collective/borgmatic#855 2024-04-24 11:10:46 +00:00
Sentry Cron Monitoring support

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.

SCjona commented on issue borgmatic-collective/borgmatic#855 2024-04-24 08:04:43 +00:00
Sentry Cron Monitoring support

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…

SCjona opened issue borgmatic-collective/borgmatic#855 2024-04-22 10:01:20 +00:00
Sentry Cron Monitoring support