What problem does it solve? Most teams have backup jobs running but have never verified a restore actually works, leaving them exposed to silent backup failures, missing offsite copies, and unknown recovery times when disaster strikes. ## Core Features & Use Cases - RPO/RTO Definition: Translate business loss tolerance into concrete backup frequency, WAL archiving, and restore method decisions. - Backup Implementation: Provides pg_dump commands, 3-2-1 offsite rules with rclone/S3, encryption at rest, retention policies, and monitoring for failure, absence, and size anomalies. - Restore Drills: Scripted quarterly restore tests into throwaway Docker containers with verification queries, plus pre-migration snapshot rituals. - Use Case: Before a risky database migration, run the pre-migration snapshot ritual to capture a verified restorable dump and a provider-level disk snapshot, so a failed migration can be rolled back in minutes. ## Quick Start Audit my Postgres backup setup and tell me whether we can actually restore, including our real RPO and RTO.