Looking for a good, cheap backup solution.

butter@midwest.social to Selfhosted@lemmy.world – 47 points –

I've been using pCloud to back up only the most important information. The stuff that's hard to get back if something bad happens. Kept in sync with rclone.

Now I think it's time to scale up. I have 1 computer with 4 hard drives plugged up to it. I want to either back up the whole things. I'm thinking of something like backblaze. What does everyone here do for backups?

17

borg backup with rsync.net

Borg does de-duplication and compression, I've used it for multiple things like backing up minecraft servers and it can reduce the final backup size by a lot (like 1-2 TBs to a hundred of GB, though that was with content that was highly compressible and didn't change much over-time so the deduplication did a lot too).

There is also borgbase.com which looks a bit better and focuses only on borg repositories instead of also being compatible with just about any usual tools (eg rsync, rclone etc)

Would you trust rsync.net to be around for a long time? They're doing a $540 lifetime 1TB offer which is interesting as I'm luckily in a position to do but would take 6 years plus to "pay off".

they already have been around for a long time, i used them for about 8 years (if i remember correctly), before switching to borgbase last years because of the notifications they can send you when no backup has happened for a specific time, which rsync.net can't 😐

That seems way more expensive than hetzner. 1TB would be 12$ per month if my math is correct

I just started using Backblaze B2, switching from AWS S3. I use it through Rclone to encrypt everything before I upload it. Only $6/TB/mo and it only charges what you use. You can download up to 3x your data stored per month for free, so if you ever decide to move or you need to restore a backup, you don't have to pay egress costs. It was the cheapest service I could find, but there may be others.

You can set price limits on your account to ensure you don't go over too. It will alert you when you approach the limit. There are some minor costs, like pinging the API, but they are free up to a reasonable amount.

You can also proxy egress through cloudflare and not have to worry about egress costs whatsoever.

Look for things like restic, borg and duplicacy. They do differential backups and work well with slow remote storage.

I use backblaze with duplicacy and it works fine. Initial backup can take a while (nearly a week for me) but subsequent backups are fine. It's not fast per se, but sufficient for emergency recovery should I need it.

If you want to use Backblaze, and encrypt everything before it goes up there, check out Nephele. It’s a WebDAV server that can use Backblaze B2 (or any S3 compatible server) and encrypt all your data. Then you can use any backup solution that supports WebDAV.

You can also just throw anything else in it, and use it as a cloud storage solution. And you can have multiple users. I use it that way to backup my entire family’s PCs.

I have daily backups (cron job) using Kopia for important files only. Backups are stored at Backblaze B2 and also local storage. Doing recovery tests every 1-2 months and 🤞

Restic and rsync.net. look around and there should be a discount usually.

Kopia is also pretty good and has a web interface if that's helpful for you.

I use Synology C2 backup for my NAS, but they also have very affordable options for PC backups and object storage.

I use backblaze and rclone to encrypt and sync. It was the cheapest and most flexible solution when I checked a few years ago and I didn't find any reason to change it so far