Knowledgebase › Backups & Recovery

Backups & Recovery

Snapshots, off-host backup strategies (restic, borg, rsnapshot), and rescue-mode recovery.

Search

Articles

Backup verification - how to know your backups will actually restore

The most common backup failure mode isn't "we forgot to run backups" — it's "we ran backups for two years and never tried to restore them." Bit rot, corrupted…

Borgmatic recipes - declarative backup config for borg

Borg is a great backup engine; borgmatic is the YAML-driven wrapper that turns borg into a hands-off scheduled backup system. You declare what to back up, what…

Database backup strategies - mysqldump, pg_dump, and beyond

Backing up a filesystem snapshot of /var/lib/mysql or /var/lib/pgsql while the database is running gives you a 50/50 shot at a usable restore. Maybe the…

Full disaster-recovery walkthrough - from "VPS is gone" to back online

The hour after you realize you need to restore from off-host backup is not the time to be reading documentation. This article is the runbook — concrete steps…

How to NOT lose your backup encryption key

Encrypted backups are mandatory — putting unencrypted backups in a cloud bucket is a privacy incident waiting to happen — but they introduce a new failure…

How to take a VPS snapshot before a risky change (and how to roll back)

Snapshots are the cheapest insurance you'll ever buy. They take a few seconds to create, roll back in under a minute, and let you try a risky change knowing…

Off-host backup cost comparison - B2, S3, Wasabi, and the DIY option

For a single LYLIX VPS doing nightly off-host backups, the storage bill is a small line item but worth thinking through before you pick a target. The default…

Off-host backup strategies - restic, borg, and rsnapshot compared

Snapshots in the LYLIX portal are great for "I made a change and broke something" but they live on the same storage pool as your VPS. If the pool fails, the…

Restic with Backblaze B2 - the cheap-and-cheerful off-host backup pairing

Restic + Backblaze B2 is the lowest-friction credible off-host backup pairing for a single VPS. Encryption is built in, deduplication is automatic, B2 storage…

« Back to Knowledgebase