briven-backup.timer13 lines · main
| 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 | |
| 5 | [Timer] |
| 6 | # Daily at 02:17 UTC — off-peak; 17min past the hour to avoid the |
| 7 | # "every system fires exactly on the hour" thundering-herd pattern. |
| 8 | OnCalendar=*-*-* 02:17:00 |
| 9 | Persistent=true |
| 10 | Unit=briven-backup.service |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=timers.target |