this post was submitted on 26 Feb 2026
111 points (98.3% liked)

Selfhosted

56958 readers
898 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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
[–] MentalEdge@sopuli.xyz 9 points 21 hours ago* (last edited 21 hours ago) (1 children)

Recently helped someone get set up with backblaze B2 using Kopia, which turned out fairly affordable. It compresses and de-duplicates leading to very little storage use, and it encrypts so that Backblaze can't read the data.

Kopia connects to it directly. To restore, you just install Kopia again and enter the same connection credentials to access the backup repository.

My personal solution is a second NAS off-site, which periodically wakes up and connects to mine via VPN, during that window Kopia is set to update my backups.

Kopia figures out what parts of the filesystem has changed very quickly, and only those changes are transferred over during each update.

[–] NekoKoneko@lemmy.world 4 points 20 hours ago (2 children)

The Backblaze option is something I've seriously considered.

Any reason this person didn't go with the $99/year personal backup plan? It says "unlimited" and it is for my household only, but maybe I'm missing something about how difficult it is to setup on Unraid or other NAS software. B2's $6/TB/mo rate would put me at $150/mo which is not great.

[–] Scrollone@feddit.it 4 points 19 hours ago

You can't use the $99/year plan for that. The authorized client only works as a desktop application on Windows and MacOS.

[–] MentalEdge@sopuli.xyz 2 points 19 hours ago (1 children)

They only needed about 500GB.

And personal is for desktop systems. You have to use Backblazes macOS/Windows desktop application, and the setup is not zero-knowledge on Backblazes part. They literally advertise being able to ship you your files on a physical device if need be.

Which some people are ok with, but not what most of us would want.

[–] FreedomAdvocate@lemmy.net.au 1 points 16 hours ago (1 children)

You can ship encrypted files you know…..?

[–] MentalEdge@sopuli.xyz 1 points 16 hours ago* (last edited 16 hours ago) (1 children)

Yes. That's not mutually exclusive with Backblaze having access to your backups.

[–] FreedomAdvocate@lemmy.net.au 0 points 5 hours ago (1 children)

Them having access to them is irrelevant if they’re encrypted. What’s the issue?

[–] MentalEdge@sopuli.xyz 1 points 4 hours ago* (last edited 4 hours ago) (1 children)

You can do that with B2. Just use an application to upload that encrypts as it uploads.

The only way to achieve the same on the backup plan (because you have to use their desktop app) is to always have your entire system encrypted and never decrypt anything while the desktop app is performing a backup.

Did you not read what I said? You use their app, which copies files from your system as-is. Ensuring it never grabs a cleartext file is not practical.

[–] FreedomAdvocate@lemmy.net.au 0 points 4 hours ago (1 children)

That doesn’t mean it’s not encrypted on their servers…..

[–] MentalEdge@sopuli.xyz 1 points 4 hours ago* (last edited 4 hours ago)

Also doesn't mean it is. Or in a way where only you can decrypt it.

The chain of custody is unclear either way. You're not in control.