this post was submitted on 29 Aug 2026
103 points (97.2% liked)

Selfhosted

62234 readers
814 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
[–] cecilkorik@lemmy.ca 41 points 3 weeks 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 3 weeks 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.

[–] lokalhorst@feddit.org 28 points 3 weeks ago (3 children)

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

[–] PetteriPano@lemmy.world 7 points 3 weeks ago* (last edited 3 weeks ago) (2 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.

[–] Shabby4582@lemmy.world 5 points 3 weeks ago

Same, but I use Borg backup. Pretty sure hetzner storage supports Borg server to make things a touch quicker too. No issues yet!

[–] lokalhorst@feddit.org 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

That's a nice setup. I actually let restic do my backups. Is there an advantage of using EncFS/rsync? Like not having to use SSH?

load more comments (1 replies)
[–] IsoKiero@sopuli.xyz 5 points 3 weeks 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).

[–] bugbear@lemmy.sdf.org 2 points 3 weeks ago

Same. It's enough for me (I don't really have that much data) and just use rclone to back it up.

[–] nandeEbisu@lemmy.world 19 points 3 weeks ago

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

[–] Prairie_Madness@lemmy.world 19 points 3 weeks ago (3 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 🤣

[–] CopperKit@sh.itjust.works 7 points 3 weeks ago (1 children)

So true, it's kinda my only offsite backup because my other copy is only the mirrored drives. Backup is so expensive 😭

load more comments (1 replies)
load more comments (2 replies)
[–] randombullet@programming.dev 15 points 3 weeks ago (2 children)

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

48tb of my own data and hardware.

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

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

[–] cyberpunk007@lemmy.ca 8 points 3 weeks ago (2 children)

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

[–] tyler@programming.dev 5 points 3 weeks ago (1 children)

I’m also interested. I use wasabi, for a good number of terabytes. Reducing the costs at all would be great.

load more comments (1 replies)
[–] prelude_@lemmy.world 4 points 3 weeks 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 17 points 3 weeks 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 3 weeks 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)
[–] savvywolf@pawb.social 9 points 3 weeks 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.

[–] tired_n_bored@lemmy.world 8 points 3 weeks ago (5 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 4 points 3 weeks ago

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

load more comments (4 replies)
[–] tremble5218@programming.dev 8 points 3 weeks 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 3 weeks ago* (last edited 3 weeks 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.

load more comments (1 replies)
[–] brewery@lemmy.world 6 points 3 weeks 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

load more comments (1 replies)
[–] TrumpetX@programming.dev 4 points 3 weeks ago* (last edited 3 weeks 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.

load more comments (1 replies)
[–] dan1101@lemmy.world 4 points 3 weeks 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 3 weeks ago* (last edited 3 weeks 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)
[–] melsaskca@lemmy.ca 4 points 3 weeks ago (1 children)

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

[–] khanas1f@lemmy.world 2 points 3 weeks ago

The best cloud solution is your own local storage. There is no way I will ever trust SOMEONE ELSE with MY data.

[–] xavier666@lemmy.umucat.day 4 points 3 weeks ago* (last edited 3 weeks 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.

[–] WeirdGoesPro@lemmy.dbzer0.com 4 points 3 weeks ago (4 children)

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

load more comments (4 replies)
[–] vrighter@discuss.tchncs.de 3 points 3 weeks ago (1 children)

a nas at the opposite ind of the house. If the whoue house goes boom, I have bigger problems to worry about than my data

load more comments (1 replies)
[–] undefined@lemmy.hogru.ch 3 points 3 weeks ago* (last edited 3 weeks ago)

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.

[–] Chef_Boyargee@lemmy.world 3 points 3 weeks ago (1 children)

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.

[–] vk6flab@lemmy.radio 2 points 3 weeks ago (1 children)

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.

[–] Chef_Boyargee@lemmy.world 2 points 2 weeks ago

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.

[–] artyom@piefed.social 3 points 3 weeks ago (2 children)
load more comments (2 replies)
[–] CrabAndBroom@lemmy.ml 3 points 3 weeks ago (2 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.

load more comments (2 replies)
[–] Decronym@lemmy.decronym.xyz 3 points 3 weeks ago* (last edited 2 weeks ago)

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]

[–] opennomad@lemmy.ml 2 points 3 weeks ago

rclone local Restic backup to a hetzner storagebox.

[–] NotEasyBeingGreen@slrpnk.net 2 points 3 weeks 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
[–] redlemace@lemmy.world 2 points 3 weeks 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)

[–] e8d79@discuss.tchncs.de 2 points 3 weeks ago

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.

[–] ChrisG@lemmy.world 2 points 2 weeks ago

OVH S3 is extremely cost effective and in a privacy respecting jurisdiction far from DrumpfGhanistan

load more comments
view more: next ›