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.
My cloud is at my parent’s house in a different continent.
48tb of my own data and hardware.
I use borg backup to a Hetzner storage box, which costs $5 a month.
For a gui interface, I’ve been using Pika backup.
I have my important server stuff duped via syncthing to an old external USB drive attached to my work macbook, which then has Backblaze Personal Backup running. That backs it all up with no storage limit for £70/year on their 2 year plan.
The only downside is if the drive isn’t connected for a few days, it checks it all again on reconnection.
I have about 4TB of files most of the time.
This way I have 3 copies of my files: 2 local, 1 remote.
For my needs, I just use a Hetzner Storage Share and nextcloudcmd on a timer. I started doing that mostly because I already paid for the hosted Nextcloud instance and I like that it does file versioning for me and that it provides an easy to use GUI to restore files.
I use some free one but use cryptomator
Proton
A Hetzner Storage Box, 1TB for 3,89€
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’ve gone up of 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.
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.
Restic. Nightly backups to local, then Cloudflare R2, then BorgBase. All free.
Wait what? Free? How much data are you backing up?
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.
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’m also interested. I use wasabi, for a good number of terabytes. Reducing the costs at all would be great.
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
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 😭
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.
I see a lot of people using restic here. However, restic has no support for object locking. Depending on the backup source, an attack on the storage location itself is probable (e. g. via ransomware).
I think rustic is currently discussing implementing support for object locking, and Kopia has it already.
None of the solutions have had an official audit yet, and at least Kopia defaults to AES-GCM, where I’d really love for an auditor to tell me there are no issues with nonce reuse, but switching to ChaChaPoly-1305 is an option.
If that matters depends a lot on the individual, just something to keep in mind.
I don’t use it but I would recommend Kopia due to its content-defined chunking, deduplication, etc. I’m writing a fork of it that allows any RClone adapter to work as the frontend or backend but it won’t be released for quite some time.
Otherwise I sync most my files to Backblaze by hand from time to time using Rclone and client-side encryption.










