/var/log/chris
❯ cat /blog/2026-06-02-why-i-stopped-trusting-cron.md

Why I stopped trusting cron

Jun 2, 20261 min#shell#infra

Cron doesn't tell you when it fails. It just... doesn't run. I found out about a missed backup three weeks after the disk it was protecting died.

What I switched to

A systemd timer with OnFailure= wired to a webhook. If it doesn't run, I hear about it within a minute.