Disaster Recovery Runbook: From Backup to Running Server
A step-by-step disaster recovery runbook for VPS: qualify the incident, restore the latest good backup, validate, and cut over with a single checklist.
NetBay journal
12 practical Backups & Data articles from Netbay Engineering — written for operators running Linux and Windows VPS in India.
12 articles in this topic
A step-by-step disaster recovery runbook for VPS: qualify the incident, restore the latest good backup, validate, and cut over with a single checklist.
Design retention tiers that match RPO and compliance, then prune safely with age-based policies and deduplicating backup tools on VPS hosts.
Trigger consistent backups of databases running in Docker by executing pg_dump and mysqldump inside containers, with timed dumps and status checks.
Encrypt backups at rest and in transit with age and gpg for files and restic native crypto for repositories, without losing your recovery keys.
A restore drill you run to a clean directory, against a real copy, catches corruption and missing dependencies before production depends on them.
Back up live SQLite databases without corrupting them: use sqlite3 .backup and the online backup API, then automate and verify the copies on a VPS.
Compare hypervisor-level snapshots and file-level dumps for VPS: restore speed, consistency, cost, and which to use for databases on high-traffic hosts.
Ship encrypted directory dumps to object and cloud storage with rclone sync, and keep the off-site copy of your 3-2-1 both cheap and automatic.
Use restic to snapshot entire directories daily: client-side encryption, content-defined deduplication, and restore that is a single copy command away.
Combine mysqldump-based logical dumps with binary log playback to reach point-in-time recovery on MySQL and MariaDB, fully automated end to end.
A clean cron-driven pipeline for PostgreSQL: automated pg_dump archives, per-database isolation, retention pruning, and a simple integrity audit.
A practical framework for choosing backup frequency, retention, and tools by measuring the RPO and RTO your production application can tolerate.