this post was submitted on 29 Aug 2026
84 points (97.7% liked)

Selfhosted

61791 readers
620 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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.

top 50 comments
sorted by: hot top controversial new old
[–] melsaskca@lemmy.ca 1 points 1 hour ago

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!"

[–] tired_n_bored@lemmy.world 5 points 6 hours ago (2 children)

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

[–] Cyber@feddit.uk 3 points 2 hours ago

To be fair... if all that happens, you're probably toast too

[–] confusedpuppy@lemmy.dbzer0.com 1 points 2 hours ago (1 children)

I am the same way. My backup is on the other side of the room. If my house goes up in flames, I'll have bigger issues to deal with, like my house going up in flames.

Data is just data. It wasn't there when I was born and it's all encrypted now so when I die, I want the next person to wipe it clean and use the hardware for themselves.

Having a backup is convenient but it's not the end of the world if I lose it.

[–] tired_n_bored@lemmy.world 1 points 15 minutes ago

To be fair if my dad or grandpa hands me his backup, I'd love to keep it and look at those old photos and videos. They hold a greater value than the hardware itself

[–] redlemace@lemmy.world 2 points 6 hours ago

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)

[–] WeirdGoesPro@lemmy.dbzer0.com 3 points 9 hours ago (1 children)

I use Backblaze personal backup for $9 per month with unlimited storage. I’ve backed up many terabytes without an issue.

[–] GamingChairModel@lemmy.world 1 points 2 hours ago (1 children)

Yup. My main living data is on a NAS, my on-site backup is an external USB enclosure with a SATA hard drive hooked up to a Mac Mini, all so that I can leverage a Backblaze account to back up the external hard drive with unlimited data.

[–] WeirdGoesPro@lemmy.dbzer0.com 1 points 1 hour ago

Pro tip—there is a docker container that simulates windows with Backblaze in it so you can use the unlimited plan in Linux.

[–] xavier666@lemmy.umucat.day 0 points 4 hours ago* (last edited 4 hours ago)

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.

[–] rako@tarte.nuage-libre.fr 1 points 8 hours ago

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.

[–] electric_nan@lemmy.ml 1 points 11 hours ago* (last edited 11 hours ago)

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.

[–] nandeEbisu@lemmy.world 14 points 19 hours ago

I look up at the clouds and pray my hard drive doesn't crap out.

[–] hoodoo5x5@lemmy.world 1 points 12 hours ago

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.

[–] algernon@lemmy.ml 1 points 13 hours ago

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.

[–] Father_Redbeard@lemmy.ml 1 points 13 hours ago

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.

[–] randombullet@programming.dev 15 points 1 day ago (1 children)

My cloud is at my parent's house in a different continent.

48tb of my own data and hardware.

[–] redlemace@lemmy.world 1 points 6 hours ago* (last edited 6 hours ago) (1 children)

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 ;)

[–] randombullet@programming.dev 1 points 2 hours ago

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

[–] tremble5218@programming.dev 8 points 1 day ago (1 children)

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.

[–] MalReynolds@slrpnk.net 2 points 23 hours ago* (last edited 23 hours ago) (1 children)

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.

[–] tremble5218@programming.dev 1 points 12 hours ago

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.

[–] cecilkorik@lemmy.ca 37 points 1 day ago (1 children)

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.

[–] CopperKit@sh.itjust.works 10 points 1 day ago

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.

[–] NotEasyBeingGreen@slrpnk.net 2 points 18 hours ago

I use restic to:

  1. A Raspberry Pi with an external 4 TB SSD at a friend's house a few hours drive away
  2. Jottacloud
[–] onlyhalfminotaur@lemmy.world 1 points 16 hours ago (1 children)
[–] dieTasse@feddit.org 1 points 16 hours ago

Me too. Have the plan from trueNAS partnership and pay less than 5 bucks a month

[–] lokalhorst@feddit.org 26 points 1 day ago (3 children)

A Hetzner Storage Box, 1TB for 3,89€

[–] IsoKiero@sopuli.xyz 4 points 1 day ago

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).

[–] PetteriPano@lemmy.world 7 points 1 day ago* (last edited 20 hours ago) (3 children)

I've gone up one size. 5TB for 10,90€.

Weekly cronjob that mounts the storage box, an EncFS volume and rsyncs my files.

load more comments (3 replies)
load more comments (1 replies)
[–] TrumpetX@programming.dev 3 points 21 hours ago* (last edited 21 hours ago) (1 children)

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.

[–] dieTasse@feddit.org 1 points 16 hours ago

The minimums btw doesn't apply if you registered through the trueNAS partnership

[–] opennomad@lemmy.ml 2 points 20 hours ago

rclone local Restic backup to a hetzner storagebox.

[–] BakedCatboy@lemmy.ml 1 points 17 hours ago* (last edited 17 hours ago)

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.

[–] CrabAndBroom@lemmy.ml 2 points 20 hours ago (1 children)

I use Filen, I don't know if they still do it but you used to be able to buy a lifetime plan for a one-time fee that was like 50-100GB or something like that, and you could stack them. So I just bought several during a Black Friday sale.

[–] DeadSquirrel@lemmy.blahaj.zone 1 points 3 hours ago

No longer. But they didn't get pricier the last time I checked. Unfortunately, I couldn't get to the lifetime plans on time.

[–] savvywolf@pawb.social 7 points 1 day ago

I use borg backup to a Hetzner storage box, which costs $5 a month.

For a gui interface, I've been using Pika backup.

[–] Prairie_Madness@lemmy.world 15 points 1 day ago (2 children)

I use Backblaze B2. About 512GB for about $3-4 a month. Its my secondary backup so hopefully will never have to use it 🤣

load more comments (2 replies)
[–] prelude_@lemmy.world 12 points 1 day ago (1 children)

Restic. Nightly backups to local, then Cloudflare R2, then BorgBase. All free.

[–] cyberpunk007@lemmy.ca 8 points 1 day ago (3 children)

Wait what? Free? How much data are you backing up?

[–] prelude_@lemmy.world 4 points 1 day ago (1 children)

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.

[–] Redjard@reddthat.com 15 points 1 day ago (1 children)

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?

[–] prelude_@lemmy.world 3 points 1 day ago (4 children)

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.

load more comments (4 replies)
load more comments (2 replies)
[–] dan1101@lemmy.world 3 points 1 day ago (2 children)

Hard drives in an old Mionix mouse box padded with bubble wrap, regularly swapped between 2 locations.

[–] MalReynolds@slrpnk.net 7 points 23 hours ago* (last edited 23 hours ago)

Don't understand the downvotes here, even just burying a HDD in a waterproof container in the backyard is way better than 99.9% of users with unencrypted files in OneDrive or iWhateverTheyCallIt. Offline backups are critical against accidental deletion among other things. Part of my 3-2-1 (not buried, just offline), I like old laptops with big SSDs, makes it self sufficient.

load more comments (1 replies)
[–] Decronym@lemmy.decronym.xyz 2 points 23 hours ago* (last edited 7 minutes ago)

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
SATA Serial AT Attachment interface for mass storage
SSD Solid State Drive mass storage
SSH Secure Shell for remote terminal access

[Thread #91 for this comm, first seen 29th Aug 2026, 14:30] [FAQ] [Full list] [Contact] [Source code]

[–] GenderNeutralBro@lemmy.sdf.org 1 points 21 hours ago

The cheapest options I've found over the years are mostly black Friday sales on lifetime plans. Be careful who you trust, of course. There are lots of scammy ones out there, but there are also some reputable companies that have been around a good long while still offering lifetime plans. Check reviews before buying.

Over the years I've picked up cheap(ish) lifetime memberships with pCloud, Koofr, and Filen. I've already gotten my money's worth out of them.

I use Borg to create encrypted backups on an external HD, and then I periodically sync that to cloud providers. I prefer E2EE services but it's not a strict requirement for backups since Borg encrypts them anyway.

On Windows I recommend Kopia instead of Borg, at least until Borg gets an official stable windows build (planned for 2.0, currently in beta)

I exclude most things I could re-download like games and movies so 1TB covers my needs pretty well.

[–] brewery@lemmy.world 6 points 1 day ago (1 children)

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

[–] scrooge101@lemmy.ml 1 points 20 hours ago

Also use Borgbase for 25$/year for 250GB. Additionally my data is saved via Syncthing to several devices.

load more comments
view more: next ›