
Rested guides
How to back up a PostgreSQL database on Linux (pg_dump + restic)
A PostgreSQL backup is more than pg_dump: every recovery point also needs protected storage, visible scheduling, retention, and a tested restore.
10 min readRead guide
Clear guidance for operators protecting Linux servers, Docker stacks, databases, and restic repositories—without pretending a green check is the same as a tested restore.
All guides
Page 5 of 5 · 40 guides

A PostgreSQL backup is more than pg_dump: every recovery point also needs protected storage, visible scheduling, retention, and a tested restore.

restic and Borg both encrypt and deduplicate, so the practical decision usually comes down to where your backups need to live.

Three copies, two types of media, one off-site copy: what the rule means and how to apply it to a Linux server.

Cron can start a backup command. Reliable automation also has to protect credentials, detect missing runs, control retention, and prove recovery.