Question: Are infrastructure backups performed, encrypted, tested, and recoverable within defined RPO/RTO objectives?
-
Objective — Why This Matters
Backups protect the business from ransomware, hardware failure, or human error. A tested, secure backup system guarantees recoverability when incidents occur. -
Maturity Levels (0 – 5)
No formal backups; data loss risks ignored.
Manual copies or scripts; no validation or encryption.
Backup policy exists; schedules and retention defined.
Automated encrypted backups; restoration tests scheduled.
Offsite and cloud replication; alerting and reporting enabled.
Immutable, air-gapped backups with automated recovery validation.
- How to Level Up
| From → To | Actions |
|---|---|
| 0 → 1 | Create manual backup scripts and store copies offline weekly. |
| 1 → 2 | Define backup policy with RPO/RTO; document retention. |
| 2 → 3 | Automate backups; enable encryption and periodic restore tests. |
| 3 → 4 | Replicate data offsite; implement alerts for failures. |
| 4 → 5 | Introduce immutable storage and continuous recovery verification. |
-
People / Process / Technology Enablers
People – IT Operations, Security Engineer.
Process – Backup/restore SOP, testing schedule, encryption policy.
Technology – Rsnapshot, Restic, BorgBackup, MinIO WORM. -
Evidence Required
Backup policy, encryption configuration, restore test logs. -
Metrics / KPIs
• percentage of systems included in backup coverage
• number of failed backups unresolved for more than 24 hours
• average time to restore critical systems -
Low-Cost / Open-Source Options (MSME)
| Purpose | Tool | Notes |
|---|---|---|
| Backup | Restic / BorgBackup | Deduplicated, encrypted backups. |
| Storage | MinIO / SeaweedFS | Offsite or local object storage with WORM support. |
| Monitoring | Wazuh / Grafana | Backup success/failure dashboards. |
-
Common Pitfalls
Backups exist but not encrypted; never tested; rely only on cloud snapshots. -
Compliance Mapping
| Standard | Clauses / Notes |
|---|---|
| ISO 27001 | A.8.13 (Backup). |
| NIST CSF 2.0 | PR.IP-4 / PR.DS-4. |
| CERT-In 2022 | Secure backup and restoration testing. |
| NIRMATA Scoring | IS-Q09 ≥ Level 4 requires offsite encrypted replication. |