Adds pg_dump_ops_db, list_ops_backups, and cleanup_ops_backups to the agent command whitelist. Includes a backup_ops_db flow YAML (dump + 30-day retention), and a systemd service/timer for daily automated backups at 02:00. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
188 B
SYSTEMD
10 lines
188 B
SYSTEMD
[Unit]
|
|
Description=Daily backup of ops_dashboard database (timer)
|
|
|
|
[Timer]
|
|
# Run every day at 02:00 local time.
|
|
OnCalendar=*-*-* 02:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|