1 hour ago · Tech · hide · 0 comments

I've been sort of half-assing my Linux backups for a while now. I finally decided to fix them. My backups were a combination of rsync to a Hetzner Storage Box and Pika backups to an external drive. Each setup did different things, and there was no documentation. Testing the backups was a random and incomplete process that was too much work so I never did it. Rsync is easy and fast, but using the --delete option means that if I accidentally delete something and the backup runs, it's gone. Basically, my backup "system" was riddled with gaps and potential problems. Rather than tweak that, I borrowed ideas from My backup strategy 2026, by Michael Harley and started over. Like Mike, I went with Borg for backups and borgmatic for managing them. borgmatic was new to me, so I decided to have Claude Code help with the configuration. This was a great idea, because Claude surfaced many things that could go wrong that I hadn't thought about. The approach was to create separate install scripts…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.