briven-backup.timer 391 B

12345678910111213
  1. [Unit]
  2. Description=briven.tech — fire daily pg_dump backup
  3. Documentation=https://code.konnos.org/flndrn/briven/src/branch/main/infra/backups
  4. [Timer]
  5. # Daily at 02:17 UTC — off-peak; 17min past the hour to avoid the
  6. # "every system fires exactly on the hour" thundering-herd pattern.
  7. OnCalendar=*-*-* 02:17:00
  8. Persistent=true
  9. Unit=briven-backup.service
  10. [Install]
  11. WantedBy=timers.target