Reflects the schedule change from weekly to daily. All references updated:
- scripts/weekly-backup.{sh,timer,service} → daily-backup.*
- Pushgateway job name: weekly-backup → daily-backup
- Prometheus metric names: weekly_backup_* → daily_backup_*
- All docs, runbooks, AGENTS.md, CLAUDE.md, proxmox-inventory
- offsite-sync dependency: After=daily-backup.service
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
259 B
Desktop File
11 lines
259 B
Desktop File
[Unit]
|
|
Description=Daily backup: PVC snapshots + SQLite + pfsense to sda
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/daily-backup
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=daily-backup
|
|
TimeoutStartSec=3600
|