Comment on How do you backup your data?

BlueBockser@programming.dev ⁨1⁩ ⁨year⁩ ago

I do an automated nightly backup via restic to Backblaze B2. Every month, I manually run a script to copy the latest backup from B2 to two local HDDs that I keep offline.

It’s pretty low-maintenance and gives a high degree of resilience:

restic has been very solid, includes encryption out of the box, and I like the simplicity of it. Easily automated with cron etc. Backblaze B2 is one of the cheapest cloud storage providers I could find, an alternative might be Wasabi if you have >1TB of data.

source
Sort:hotnewtop