101

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 new old
[-] philpo@feddit.org 2 points 2 days ago

OVH Storage Server with Proxmox Backup server (you can also use if for non-Proxmox clients,btw) and a additional S3 bucket at another hoster.

[-] cecilkorik@lemmy.ca 41 points 5 days ago

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 5 days 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.

[-] vrighter@discuss.tchncs.de 3 points 3 days ago

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

[-] nandeEbisu@lemmy.world 17 points 4 days ago

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

[-] tired_n_bored@lemmy.world 8 points 4 days ago

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 days ago

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

load more comments (4 replies)
[-] lokalhorst@feddit.org 28 points 5 days ago

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

[-] PetteriPano@lemmy.world 7 points 5 days ago* (last edited 4 days ago)

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 4 points 4 days ago

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

load more comments (2 replies)
[-] IsoKiero@sopuli.xyz 5 points 4 days 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).

load more comments (1 replies)
[-] ChrisG@lemmy.world 1 points 2 days ago

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

[-] randombullet@programming.dev 15 points 4 days ago

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

48tb of my own data and hardware.

load more comments (2 replies)
[-] Prairie_Madness@lemmy.world 19 points 5 days ago

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

[-] LazarusMan@lemmy.ml 1 points 2 days ago

I use restic with B2. Works well

[-] CopperKit@sh.itjust.works 7 points 5 days ago

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)
[-] clif@lemmy.world 1 points 3 days ago

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.

[-] melsaskca@lemmy.ca 4 points 3 days 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!"

[-] khanas1f@lemmy.world 2 points 3 days 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 4 days ago* (last edited 4 days 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.

[-] danielfm123@lemmy.zip 1 points 3 days ago

Most of the time just rclone pointing to the cheapest storage provider I can find and a daily task at night in my NAS.

Now I'm using idrive

[-] prelude_@lemmy.world 12 points 5 days ago

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

[-] cyberpunk007@lemmy.ca 8 points 5 days ago

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

[-] tyler@programming.dev 5 points 5 days ago

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 4 days ago

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 16 points 4 days ago

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?

load more comments (5 replies)
[-] WeirdGoesPro@lemmy.dbzer0.com 4 points 4 days ago

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 3 days ago

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 2 points 3 days ago

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

[-] tremble5218@programming.dev 8 points 4 days ago

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.

load more comments (2 replies)
[-] savvywolf@pawb.social 9 points 4 days 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.

[-] Batman@lemmy.world 1 points 3 days ago

Im using k8up to back up to s3 weekly

[-] TrumpetX@programming.dev 4 points 4 days ago* (last edited 4 days ago)

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)
[-] brewery@lemmy.world 6 points 5 days ago

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)
[-] redlemace@lemmy.world 2 points 4 days 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)

[-] dan1101@lemmy.world 4 points 4 days ago

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

[-] MalReynolds@slrpnk.net 7 points 4 days ago* (last edited 4 days 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)
[-] CrabAndBroom@lemmy.ml 3 points 4 days ago

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.

[-] goldkiddo@feddit.it 1 points 2 days ago

they re not offer lifetime play anyome

load more comments (1 replies)
[-] Decronym@lemmy.decronym.xyz 3 points 4 days ago* (last edited 2 days 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 7 acronyms.

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

load more comments
view more: next ›
this post was submitted on 29 Aug 2026
101 points (97.2% liked)

Selfhosted

61877 readers
292 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