- Add systemd service and timer for backup verification - Add backup-verify.sh script for integrity checks - Schedule periodic verification of backup archives Implements: Automated backup integrity validation
9 lines
125 B
Django/Jinja
9 lines
125 B
Django/Jinja
[Unit]
|
|
Description=Monthly Backup Verification
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|