What do you use for offsite backup? Since best practice recommends 3 copies on 2 different devices where one device is offsite.
I thought about renting a storage box from Hetzner to use as an offsite backup but I was curious what you are using. And also if there might be some cheaper alternatives to my proposed solution that are equally as easy to setup.
Backblaze here.
Backblaze is going to be the cheapest for pay as you go s3 as far as I’ve seen
Are there any backup systems using object storage yet? That seems cheaper than file shares.
I’m using restic and Wasabi.
I use S3 with Kopia and some rules that move things to cheaper tiers as they get older.
I use backblaze B2. I use duplicity to create a local encrypted backup of daily and then monthly incremental backups that are stored on a separate hard drive as a local backup. I then sync that with backblaze every night. It’s worked like a treat. Gives me my primary data, a local backup on a separate drive and then an off-site backup. And actually my primary data and my local backups are both on ZFS raidz2 drives, so I can even have drives fail and be okay.
I used to use glacier, but the backblaze interface and uploading scripts were just so much easier to use, and the price was comparable if not maybe just slightly cheaper, I can’t remember exact. I think duplicity also has a front end, duplicati that some people use, but I’ve never used it.
If you have a Windows or Mac machine, Backblaze will give you UNLIMITED backup storage (not B2) for $7 per month. They won’t let you use Linux and they won’t let you back up network drives, because that’s easy to abuse.
So, I have an 8TB drive in my Windows Plex server and shared on the network, and I have every other machine in my house backing up to that network location. Because the drive is local to that one windows machine, Backblaze will back it all up, and any other drives I put on there. I use FileHistory to back up my Windows gaming machine and SyncThing to back up non-Windows machines.
It takes a little work to set up with SyncThing, but I’m pretty sure that’s one of the cheapest ways to back up a shitload of data. And Backblaze recently upgraded the unlimited plan to 1 year of history.
You can try for linux: https://hub.docker.com/r/tessypowder/backblaze-personal-wine
That’s a neat option, thanks.
Borgbase
Amazon Glacier
With encrypted backups of course.
My NAS does a backup to Synology C2 every night.
I have a raspberry pi with a cheap 5TB usb drive at my parents house that boots up once a week and pulls a backup. I use rsnapshot to create incremental updates that takes up every little space and is easy to manage. I have the drive accessible with smb should I ever need to pull a copy from there. It’s super slow but that doesn’t matter for an off-site backup and it is super cheap
Edit: I should maybe add for future readers that cheap does not mean cheap quality but cheap relative to the amount af TB you get per dollar. I use a WD shingled drive wich is quality drive but cheap and slow af. But it doesnt matter because the internet connection is the bottleneck anyway.
deleted by creator