Home

Tag

backups

Everything tagged with backups — 3 posts, 0 projects.

Stuff

3
7 min read

GitLab as a Business Asset: Inventory, Valuation, and Disaster Recovery

A self-hosted GitLab instance is more than a code repository. By using the GitLab API to inventory projects, issues, merge requests, contributors, and pipeline configurations, organizations can better understand replacement cost, institutional knowledge, and disaster recovery risk.

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.

5 min read

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.