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
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Backup Paperless DB daily at 02:30
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:30:00
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|