Add Healthchecks service details to architecture and backup documentation, including its role as a Dead man's switch for backups. Update backup scripts to utilize systemd timers instead of cron for improved scheduling. Enhance network topology documentation to reflect Healthchecks integration in the VPS Miran setup. This update clarifies backup processes and enhances overall system reliability.
10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Notify vzdump success daily at 03:00
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:00:00
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|