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
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Backup VPS Miran daily at 01:00
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 01:00:00
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|