Skip to main content
RunBook Academy

← All checklists in OPNsense

Quarterlybackup-dr

Backup and Disaster Recovery

17 items ·10 critical ·7 warn ·0 info

The OPNsense firewall holds the rule set, the NAT, the VPN tunnels, the certificates, and the operator’s policy in one XML export. A tested restore from that export is the difference between a 30-minute recovery and a week of forensic rebuild. This checklist enforces the discipline: scheduled backups, encrypted off-site destination, a quarterly restore test, documented RPO / RTO, and a DR runbook that someone other than the author can follow.

When to use

Use this checklist quarterly on every production OPNsense firewall, after any change to the backup pipeline, after any incident where backups were missing or failed, and as part of an annual DR exercise. It is the right checklist to share with the auditor when they ask “show me your DR plan.”

How to use

Walk the list, schedule a restore test in the lab for the same week, exercise the DR runbook, capture the timings and findings, and file them with the operator’s continuity record. Anything with severity critical must be satisfied before the quarter closes.

Critical10 items

  1. System > Configuration > Backups; System > Cron.

Warning7 items

  1. git init; git add config.xml; commit each change with the change record ID.