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
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
[Unit]
|
|
Description=Verify vzdump restore monthly (1st at 12:00)
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-01 12:00:00
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|