this post was submitted on 26 Feb 2026
162 points (98.8% liked)

Selfhosted

61512 readers
1231 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 have a 56 TB local Unraid NAS that is parity protected against single drive failure, and while I think a single drive failing and being parity recovered covers data loss 95% of the time, I'm always concerned about two drives failing or a site-/system-wide disaster that takes out the whole NAS.

For other larger local hosters who are smarter and more prepared, what do you do? Do you sync it off site? How do you deal with cost and bandwidth needs if so? What other backup strategies do you use?

(Sorry if this standard scenario has been discussed - searching didn't turn up anything.)

you are viewing a single comment's thread
view the rest of the comments
[–] cmnybo@discuss.tchncs.de 3 points 5 months ago (1 children)

Backblaze personal doesn't support Linux or BSD, so it would be useless for a NAS.

[–] irmadlad@lemmy.world 1 points 5 months ago (1 children)

There are many ways to skin the cat. Here's just one:

This Docker container runs the Backblaze personal backup client via WINE, so that you can back up your files with the separation and portability capabilities of Docker on Linux.

It runs the Backblaze client and starts a virtual X server and a VNC server with Web GUI, so that you can interact with it.

https://github.com/JonathanTreffler/backblaze-personal-wine-container

There are also other apps that will 'fool', for a lack of a better word, Backblaze to think a NAS drive is physically connected.

[–] WhyJiffie@sh.itjust.works 2 points 5 months ago

better would be something that can just eat a zfs send stream, but I guess for an emergency it's fine. but I would still want to encrypt everything somehow.