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.
I have a borg server in the office that takes backups of all my servers. Each server stores their applications backup that gets pulled into the repo. On top of that, the borg server pushes the backup to rsync.net.
All of this is monitored by my Zabbix server
Kopia to B2. Works great!
I just switched to Kopia and B2 a few months back and it is working great so far. I backup my machines with Kopia to a local Unraid box on my network running Kopia server. Then the Kopia repo on the Unraid box is synced up to Backblaze B2 nightly.
I’m only backing up around 200 GB of data so the B2 storage is something like $1 a month.
Came here to comment this “obscure” combination. That I use. Lol
Kopia is a solid bit of software. I run it on my VPS’s, my homelab and my desktop/laptops. All to a single Backblaze repo.
Restic to Wasabi.
I used to use Backblaze B2, until I did the maths on how much it would cost me to restore. B2 storage is cheap yes, but the egress is so fucking expensive. It would have cost me hundreds.
Wasabi storage is equally cheap, and restoring won’t cost me an arm and a leg.
I use the following scripts for Restic: https://gitlab.com/finewolf-projects/restic-wrapper-scripts
wasabi is cheaper than B2 unless…
- you store less than 1TB (they charge for a minimum of 1TB even if you store nothing)
- you pay for any data you upload for 90 days minimum… so if you upload 500GB and then delete it within 90 days, you’re paying for it for the duration anyway…
- You can only download the same amount as you store in a month without incurring egress costs.
The 3 points above are how they can not charge egress for the majority of people.
I use restic/borg (depending on servers) and push to a bunch of S3 buckets on Backblaze. This applies to my desktop, my NAS and in general my non-Kubernetes data.
For Kubernetes I wrote a small tool that…well does the same for PVCs. Packs up the data with restic (soon I hope to migrate to rustic, once the library gets polished) and pushes to Backblaze.
To give an idea of the pricing, for 730GB, with daily backups or more, I pay approximately $5 a month.
Restic is fantastic. It’s just one binary, has support for various cloud services (including Backblaze which I use as well), snapshots which can be mounted with FUSE. It’s really quite useful. Borg I believe is similar?
Either way, I feel like today there is no reason to use awkward rsync solutions when better tools are out that have proven themselves.
Yeah, borg is very very similar, at least in the context I use it! I agree with the praise of restic, very solid tool. It’s always possible to use rsync…but to sync restic repos!
Do you have any family or friends that are willing to let a small NAS sit around somewhere? Or host a friends backup and return they host your backup? For me, this approach works well and is probably as cheap as it can get. To just backup some data over the internet, any cheap old NAS will do. I have an old NAS sitting at my parents and just manually turn it on when I’m visiting. A small startup script runs rsync without further interaction and shuts down when finished.
i use duplicati to back up configs and data for docker containers to 2 cloud services. my 8 TB server is almost maxed. i need funds to buy a backup for that and expand.
I know synology (and others probably) have an app where you can back up your data to your friends NAS and vice versa, but that’s taking up their storage too and cost for HDD/SSD may be prohibitive
Honestly, I don’t. The vast majority of my data is just stuff like Linux ISOs that I could download again. Important documents and stuff like that take up so little space that I just keep them in Google Drive. Most of my personal project work is on GitHub. And while neither of those are technically backups, it’s not a tragic loss if I accidentally delete everything.
Do you at least encrypt those documents?
Yeah it’s weird, 10+ years ago or so I feel like I had SO MUCH DATA and it was always an issue. Now I really don’t have anything. A few gigs of photos I guess, some various files, but that’s it. I guess I used to have a lot more media like movies and porn, which I don’t really need anymore.
Do you have any family or friends that are willing to let a small NAS sit around somewhere? Or host a friends backup and return they host your backup? For me, this approach works well and is probably as cheap as it can get. To just backup some data over the internet, any cheap old NAS will do. I have an old NAS sitting at my parents and just manually turn it on when I’m visiting. A small startup script runs rsync without further interaction and shuts down when finished.
This is what I did. Family member with decent internet, I have a Synology box that my server rclones into
Backblaze using qnap backup software
Hetzner storage box, and just rsync. It takes care of snapshotting via auto snapshots. I costs like $20 for 1T I think. But there are cheaper options yoo
I have a local backup only drive for pictures and critical laptop backups and use rsync nightly. I also do rsync nightly to Backblaze for pictures. Figure if I can grab the drive I will have it stored offsite.
Locally I have a mix of SnapRAID and mirroring across 2 servers. Then I use restic to backup select directories/files into Backblaze B2 cloud storage.
Crashplan can’t tell the difference between local folders and NFS mounts, and they have an unlimited size backup plan per device for like $10/month. I have 1 device with NFS mounts from many desktops and my Nas. About 9TB.
Are you saying, theoretically if I had 100s of TB (I don’t… yet!) on mounted drives (local or NFS shares), I could back it all up to Crashplan, and keep the retention as long as the files still exist on my device(s)? Sounds amazing, but what’s the cost of restoring the data? They’re not being very loud about that part on their website.
Yes. Look here, the plan is per-device, and the capacity is unlimited: https://www.crashplan.com/pricing/ . I think the restore would be extremely painful, it’s not a fast pipe, but the bigger you go that’s gonna be an issue no matter what.
Backblaze, move everything u want to an external attached hdd and then back that up with the backblaze client
Duplicati to Hetzner storage. Working on replacing duplaicati with Borg. Because mono.