Everything tagged with backups —
2 posts,
0 projects.
Stuff
2
6 min read
A Simple Bash Script for Multi-Server MySQL Backups
A Bash script that automates MySQL backups across multiple servers using mysqldump, with daily and monthly snapshots, JSON configuration, retention cleanup, and simple restore workflows.
Automated Multi-Server PostgreSQL Backups with a Simple Bash Script
A JSON-configured Bash script that backs up every database on every PostgreSQL server you own, with daily/monthly rotation and automatic retention cleanup.