About Professional
How I Build How I Build Meet the Team
Technology Homelab App Showcase Case Studies
Maverick & Luke Say Hello

Case study · May 2026

Standing Up a Fleet's First Real Backups, DR, and Secrets Store

Turned a self-hosted homelab from a fleet with no real backups and a single-point-of-failure credential store into one with monitored, restore-tested nightly backups on a checksum-protected NAS, a permission model designed so a leaked automation credential can't reach personal data, and a self-hosted password manager, closing three debugging mysteries along the way.


The challenge

The development server had never been backed up, not once. The rest of the fleet's backups were fragile and local-only: the production node wrote to a single local USB drive via cron, with no offsite copy anywhere, and RAID was being mistaken for backup. The homelab's credentials lived solely in one machine's password app: a genuine single point of failure. A real power outage had just exposed how fragile recovery was, surfacing boot-ordering races that would recur as a theme.

The goal: stand up a NAS as the fleet's backup destination and personal-file store; give every machine real, monitored, restore-tested backups over the network; design a permission model so a leaked automation credential can't reach personal data; eliminate the credential single point of failure with a self-hosted password manager; and keep the whole thing reachable only over a private VPN, with no vendor cloud or telemetry.

Approach

Design for the leaked-credential case; verify the mechanism, not the checkbox.

Results

What this demonstrates