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.
I have a Synology NAS at my parents place and I backup there every night with borg
I’m using restic and Wasabi.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters NAS Network-Attached Storage Plex Brand of media server package SATA Serial AT Attachment interface for mass storage
3 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.
[Thread #277 for this sub, first seen 12th Nov 2023, 15:10] [FAQ] [Full list] [Contact] [Source code]
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
Thanks mom
There’s an hosting company in Italy that’s giving unlimited WebDAV via nextcloud plus a free domain name for 25 euro per year. It’s great until they change the TOS and ban me (it’s not explicitly forbidden to use it as a backup storage)
Filen
Borgbase
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.
On the flip side the B2 storage is great, it’s now even an S3 clone
True; B2 is definitely worth the extra money that you would pay for it, and my hacky way of exploiting their consumer backup plan is arguably a sketchy solution, and a waste of my own time. But I’m a cheap-ass, so that’s how I roll. 😆
Backblaze here.
Backblaze is going to be the cheapest for pay as you go s3 as far as I’ve seen
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.
I use S3 with Kopia and some rules that move things to cheaper tiers as they get older.
Are there any backup systems using object storage yet? That seems cheaper than file shares.
I haven’t used it, but restic was mentioned in an earlier backup discussion. It appears to be able to use rclone, which can talk to object storage.
Yep, currently using restic with Backblaze B2 via rclone
I put my NAS in a location where even if the house burns it is likely to survive. Not perfect, but I figure the.risk is reasonable to take.
Until your NAS is the source of the fire
Like I said, o.think the risk is acceptable .
Rsync.net with borg