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.
15 lines
344 B
Desktop File
15 lines
344 B
Desktop File
# Тест restore дампа Nextcloud из restic (ежемесячно)
|
|
|
|
[Unit]
|
|
Description=Verify Nextcloud dump restore from restic (monthly)
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/scripts/verify-restore-level1.sh monthly-dump
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|