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 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 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 me backups in the cloud are no backups. I could never physically get to the disk and someone else controls my account.
My 1st backups go to a NAS (with encrypted raid disks) in my garage that is 35 meters away from my house. The 2nd backup are encrypted files (encrypted disks are not practical, it’s a challenge after power-dips etc) to a storage at my daughters place. That second option goes via my own vpn which also gives me the opportunity to go out on the internet there (convenient for some tv shows my wife wanna see)
I have a vps I use for other stuff, and put syncthing on it. My files are replicated between it, my computer and my phone. On the vps I activated the setting to store old versions
For photos I use hetzner’s storage share, a nextcloud offering. Photos are browsable with nextcloud’s “memories” app, really useful.
I don’t really believe in “backups”, ie a full copy of the content in another format that is unusable unless you run it through a special restoring process. If the files are being copied, why not make it useful ? Syncthing makes it so all environments are equally usable, and the versioning prevents mistakes. There is no restore phase: the files are already usable.
I really think we need to move our thinking away from the one-machine-with-copies mindset, and architecture our usages around multiple-machines-by-default. If the goal of backups is resiliency, a syncthing clusters achieves that.
I use Backblaze personal backup for $9 per month with unlimited storage. I’ve backed up many terabytes without an issue.
Running server backs up to two local disks which can each hold 2 days at a time, but they both hold the same 2 days. Every night the most recent backup is uploaded offsite (friend’s house) where is stored versions in a normal scheme.
I use Azure Storage Accounts - costs about $0.76 for 37GB per month. I’m still using an old Synology DS918+ but it backs up automatically to the Storage account every day. If you go that route, be sure to edit the network configuration, set it to only access from “selected networks”, and then put in your home IP or CIDR. Use that and an access token so you have at least two controls preventing the internet from accessing it.
I look up at the clouds and pray my hard drive doesn’t crap out.
Way back when, my Dad always told me to have at least three copies of everything, because one backup is no backup. So I have a 1TB Storage Box at Hetzner (€4/month, in a different datacenter than my VPSes) I push backups to with Restic. I also backup to a local machine (also with restic), and to my Dad’s NAS (you guessed, with restic), and to my old Debian server until I decommission it (also with restic).
All legs have different retention settings, based on how much space I have at a particular backup site.
I’m only concerned about my Immich library right now. It’s hosted on a local Unraid server. Nightly I have a flat file backup rcloned to another local server and a micro PC at my parent’s house. Once a week Duplicacy does a chunked encrypted backup to Backblaze B2.
I’m messing around with some other backup software though. Not super happy with Duplicacy but it’s working for now.
I use restic to:
- A Raspberry Pi with an external 4 TB SSD at a friend’s house a few hours drive away
- Jottacloud
Storj
Me too. Have the plan from trueNAS partnership and pay less than 5 bucks a 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 ;)
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 went with rsync.net, grabbed a promo at some point and have been getting 1.6TB for $10/mo. They support a wide range of protocols (sshfs, sftp, rsync, borg, synology, guides for freenas and truenas), snapshots, idle alerts, geo redundancy for a fee. Been very happy with it so far. Had to retrieve some files once and had no issue.











