Restic Encrypted Backups on Linux: Repository, Retention and systemd Timer
Set up restic for encrypted, deduplicated Linux backups: init, first backup, excludes, retention, systemd timer and restore drills.
Read tutorial →Browse step-by-step tutorials in this topic.
Set up restic for encrypted, deduplicated Linux backups: init, first backup, excludes, retention, systemd timer and restore drills.
Read tutorial →
Automate ViciDial's MySQL backups with a mysqldump script, a systemd timer, and a guarded restore script that won't…
Read tutorial →
Go beyond basic PBS setup: encrypt backups client-side, configure retention pruning, and understand garbage collection — the step…
Read tutorial →
Back up and restore Docker named volumes on Linux with a Bash script using a helper container and…
Read tutorial →
Complete 2026 Proxmox Backup Server setup: install PBS, create encrypted datastore, connect Proxmox VE, schedule backup jobs, configure…
Read tutorial →
Verify backup integrity on Linux with a Bash script. Test gzip archives, SQL dumps, and tar files before…
Read tutorial →
Automate MongoDB backups on Linux with mongodump, archive compression, retention cleanup, and cron scheduling.
Read tutorial →
Automate PostgreSQL backups on Linux with pg_dump, gzip compression, retention cleanup, and cron scheduling.
Read tutorial →
Automate Redis RDB backups on Linux with a Bash script. Trigger BGSAVE, copy dump.rdb, rotate old backups, and…
Read tutorial →
Use rsync to backup files and sync directories between Linux servers. Local and remote backup examples.
Read tutorial →