this post was submitted on 31 Aug 2025
24 points (92.9% liked)

Selfhosted

51240 readers
276 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Over the past few months I've been thinking about what would be the best way to help me and my parents improve privacy and data storage.

With all the posts with cluster PC's recently, I'm wondering if the best option is to make a couple of NAS's with Raspberry Pi's with RAID, keep one at my place and another at my parents' house, and syncing their data with 2 private folders: one for myself and one for my parents.

But that opens up a few more questions. How to sync the data to match? Syncthing? Kubernetes? Should I go ahead and add Nextcloud to the Pi's? Should I make the Pi's expandable so other services can be added later, or plan to hook up a separate Pi to handle that? What else could I be missing?

you are viewing a single comment's thread
view the rest of the comments
[–] oxfordcoma@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (2 children)

This would be a great use case for ZFS. You can use dataset replication to sync the data. I’ve been very happy with TrueNAS but I think it only became recently available for the Raspberry Pi so not sure I would recommend it but I think you could use ZFS. You can use RAID-Z too if you multiple drives. The only limitation you might encounter is memory since ZFS is a bit of a hog. On the plus side though, ZFS should protect against bitrot if you’re worried about that.

[–] magguzu@lemmy.ml 2 points 1 week ago

ZFS doesn't really hog memory, rather it consumes almost all available memory as cache. But it frees it as soon as it's needed.

load more comments (1 replies)