Data is only as safe as your last tested backup. Backup and recovery protect against failure, error and ransomware.
The essentials
- Backup types: full (everything), incremental (changes since the last backup) and differential (changes since the last full) — combined for efficiency.
- Point-in-time recovery uses backups plus transaction logs to restore to an exact moment (e.g. just before a bad DELETE).
- RPO (Recovery Point Objective) — how much data you can afford to lose; RTO (Recovery Time Objective) — how quickly you must be back.
- The golden rule: a backup you haven't tested restoring is not a backup. Store copies off-site/offline to survive ransomware.
This connects to resilience in the cloud.
