That one backup trick that stuck

Backups are boring, there is no two ways about that. It's the reason many (most?) of us fail to do them with the regularity warranted. All the more reason to make them easy and near friction less.

If your like me you don't trust a backup solution unless it's so easy to understand you could implement it by yourself in a couple of minutes. Years back, I came across this backup scheme that just used hard link copying and rsync. And that proved all I've needed since.

The hard links make sure to conserve precious disk space and not waste time on writing duplicate copies, the rsync makes sure you get all the changes accumulated since last backup applied on top of your new copy. Easy to understand, efficient and fast.

I know your supposed to keep backups offline and all that. There is best practises and there are pretty good practises. Just like pretty good privacy. Keeping things simple I just plug in my backup drive and call 'backup' wait a few seconds to a minute depending on how old that last backup were and the backup is made and the conscience is clear.

And if the worst happens, plugin your disk and copy from any of the date stamped directories in what ever way makes sense, low stress solution.

This is what I've got in my .bashrc:

---

Reply by email

Back

Home

Proxied content from gemini://nthcdr.eu/blog/2026-05-10-that-one-backup-trick-that-stuck.gmi (external content)

Gemini request details:

Original URL
gemini://nthcdr.eu/blog/2026-05-10-that-one-backup-trick-that-stuck.gmi
Status code
Success
Meta
text/gemini
Proxied by
kineto

Be advised that no attempt was made to verify the remote SSL certificate.