I’m interested to hear what do people use as their cloud backup and the cost of it. I currently use idrive e2 storage at 5$ per TB a month. Trying to see if there is any better deal anywhere and just curious on everyone’s thoughts.
I donated a server to my brother across the country to use as his media server, it also doubles as my own offsite backup. And vice versa for his, although he’s not really tech savvy enough to care.
I want to do that with my uncle, I got him into self-hosting but I just need to save up so money so I can give him either a nas or a small server. It’s always the drives that skyrocket the price.
A Hetzner Storage Box, 1TB for 3,89€
I’ve gone up one size. 5TB for 10,90€.
Weekly cronjob that mounts the storage box, an EncFS volume and rsyncs my files.
Same, but I use Borg backup. Pretty sure hetzner storage supports Borg server to make things a touch quicker too. No issues yet!
That’s a nice setup. I actually let
resticdo my backups. Is there an advantage of using EncFS/rsync? Like not having to use SSH?No, well I do the first mount over sshfs, then wrap EncFS because I don’t trust hetzner with my unencrypted data. rsync just makes sure I only copy whatever files changed since last run to keep traffic at a minimum.
Another recommendation for storagebox from here. Cheapest option I’ve found and they are pretty reliable. I use proxmox backup server to sync my VMs there (encrypted of course).
Same. It’s enough for me (I don’t really have that much data) and just use rclone to back it up.
I look up at the clouds and pray my hard drive doesn’t crap out.
I use Backblaze B2. About 512GB for about $3-4 a month. Its my secondary backup so hopefully will never have to use it 🤣
So true, it’s kinda my only offsite backup because my other copy is only the mirrored drives. Backup is so expensive 😭
Yeah it’s gotten even worse with all this AI hardware shortage crap
I use restic with B2. Works well
Same. Local RAID 1 with rotating external drives where one is always offsite, then B2 as a last ditch “just in case” for my most important data. I forget how much data I have in B2 but it’s about $2/month.
My cloud is at my parent’s house in a different continent.
48tb of my own data and hardware.
own data and hardware.
As do I. I truly believe that’s a requirement in order to be able to say you have backups
a different continent
Impressive. I thought I had it good with my backup’s two countries away (700Km, bird flight). But I do realize it could still be you live just a few meters apart ;)
I have vital data with a friend who is also in a different continent. But we share some stuff. That one is only 16tb. And on a Pi, unsure how long that thing will last
Restic. Nightly backups to local, then Cloudflare R2, then BorgBase. All free.
Wait what? Free? How much data are you backing up?
I’m also interested. I use wasabi, for a good number of terabytes. Reducing the costs at all would be great.
deleted by creator
Currently a total of 1.37 GB, spread over multiple backups. That’s two host, running among other things home assistant, paperless and *arr stack (though media is not backed up).
Cloudflare has a free tier of 10 GB. I believe BorgBase is the same.
There’s people that have 200TB Nas’, and people talking about the 10€/month/5TB Hetzner tier. And then there’s op backing up 1GB across 5 cloud provider’s free tiers.
What you got in there? Your light novel library?
All my documents, music, databases, env vars + configuration from both hosts. I specifically don’t back up movies and tv shows because they’re restorable by downloading again.
I don’t have any photos in my stack anywhere. That might be why it’s so low.
Heh, to bad. I’ve got terabytes so I’m definitely owing for that.
Yeah, it’s actually a great setup. I’d hope to achieve the same one day by moving all my media to torrents/making torrents, but my personal data alone is still hundreds of GB. I have no idea how you did it.
My music is 3 of GB, and that is just my core playlists often in bad (youtube) bitrate. 13GB for music videos.
My jellyfin db itself is like a GB.
I still have to make lower-res versions of my scanned documents, but I doubt that’ll ever leave the GB, or even tens of GBs (yay bureaucracy).I probably started early with it. Decided to have it set up from day one. My data might still grow to unfathomable sizes.
What are you using for backup?
A second nas. Both my nas’ have raid. They also have revisions, and one is off except for when running backups.
A lot of stuff has a third copy on the server I run stuff on.
I may some day take your approach and make the backup nas smaller, then exclude media I have in torrents. Though restoring 10 TB over i2p may take a literal year in case of failure.PS: the backup raid is btrfs raid :)
I use borg backup to a Hetzner storage box, which costs $5 a month.
For a gui interface, I’ve been using Pika backup.
My solution is surprisingly Microsoft OneDrive, but hear me out. I have the family plan that gives you 1TB per account and you can have up to 6 in the family, giving you a total of 6TB. The thing is, I don’t trust Microsoft, so I use rclone with a crypt remote that encrypts everything before it reaches OneDrive and the encryption key lives in the rclone config on my machine. Make multiple local copies of this file and you’re all set. You can replicate this with any storage provider and you don’t have to trust them.
Yup, once you encrypt at home just chose the cheapest / most reliable (or use multiple) depending on taste off site storage. Trust is no longer an issue.
I’d like to see some sort of MergerFS for multiple offsites with varying redundancy levels, instead of my shell script.
You could
rclone mount(https://rclone.org/commands/rclone_mount/) any configured remote to your machine. It is easier on a laptop/desktop OS and it’s better than nothing. For Android it is a bit harder but possible with Termux or the RSAF app from F-Droid.
I don’t have any :')
My “cloud backup” is a NAS in another room. If the house cathes fire, there’s an earthquake or the volcano I live close erupts I say bye bye to everything
To be fair… if all that happens, you’re probably toast too
Borgbase - 1TB for $90 a year but they have smaller options. I then use Restic as my previous Borg setup kept stopping and couldn’t figure out why
Also use Borgbase for 25$/year for 250GB. Additionally my data is saved via Syncthing to several devices.
I use physical drives that I backup and swap weekly. I’m not a business and this is good enough for the things I want to save, in case everything goes BOOM! I was probably one of the first to say “A Cloud? That would be just someone else’s computer. Why would you store your valuable data in somebody else’s computer? That makes no sense!”
The best cloud solution is your own local storage. There is no way I will ever trust SOMEONE ELSE with MY data.
My backup method

On a serious note, I’m working on it. I have another proxmox node which I’m in the process of building, which should have a backup system. So weekly backups from my main proxmox node will be transferred to the backup node.
I bounced around a bit after Storj decided to hate consumers and institute massive minimums.
I’ve landed on Backblaze B2, S3 compatible. Add others have mentioned, doing a shared NAS 2 NAS hookup with a friend or family member is a nice ideal way to do it without monthly fees.
I use Borg backup from my PCs to a NAS (QNAP), and from there using the built in backup software to go off-site. My self hosted PCs will mount NAS drives directly (like immich and audiobookshelf) and those are also in the NAS off-site job.
The minimums btw doesn’t apply if you registered through the trueNAS partnership
Amazon Glacier at like US$23/month for around 10 TB. It’s going to be a nightmare expense to pull it all back out though, especially after building a new NAS at these current prices.
What are you using to get it there and back?
I’m asking because I had been using this for years and only after a catastrophic event, discovered that my “helpful” backup software had turned on versioning which AWS, also helpfully, doesn’t explicitly tell you when you attempt to delete old backup sets, showing no objects but charging you anyway.
I did recover all my data after a catastrophic event, but it was an expensive experience to put it mildly.
I had a Synology DS412+ using their glacier interface to backup offsite. Pictures, personal dvd/bluray collections and music collections. Moved internationally and the NAS/hard drives didn’t fit into our weight/damage potential allowance. So we opted for the nuclear option of keeping it all on ice and paying through the nose to get it all back locally later.
Looking at one of the UGREEN boxes and some sort of port of the synology os/apps to pull it back down. Worst case scenario, I grab a new synology box and pay their hardware premium to recover things. The hope is to move away from both Synology and Amazon as much as possible.
Nothing is set in stone though, it’s a project for later once the savings is replenished and we have some more discretionary funds.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters Git Popular version control system, primarily for code NAS Network-Attached Storage RAID Redundant Array of Independent Disks for mass storage SATA Serial AT Attachment interface for mass storage SSD Solid State Drive mass storage SSH Secure Shell for remote terminal access
6 acronyms in this thread; the most compressed thread commented on today has 4 acronyms.
[Thread #91 for this comm, first seen 29th Aug 2026, 14:30] [FAQ] [Full list] [Contact] [Source code]















