I’ve been backing up to a dedicated hard disk within the same server for all my backups in case my disks fail. And as I run more and more services, the concern of disks failures grow bigger.
I’m looking for a cheapish off-site backup solution and I’m just curious what everyone does for their 3-2-1 backup solutions.
Ah yes automated backups, on my to-do which I’ll hopefully do before a failure (famous last words). People talking about backblaze b2. I just looked. Why not use the personal one? The one computer would just be the Nas if using it for cold storage/redundancy?
To copy a comment from reddit:
I use B2 with rclone and just backup “important” stuff on my NAS with cron jobs. I guess you could have rclone move the “important” stuff from NAS to a “burner” PC which uses Backblaze Personal.
I don’t have enough data to warrant all that so I use B2 for now and I have around 50GB of data so the price is cheap
I’m currently backing up my 20TB Hetzner Storage box using a windows VM to Backblaze Personal backup. I’m using https://github.com/dokan-dev/dokany to mount the SMB share as a “real” local drive.