this post was submitted on 01 May 2026
-69 points (9.4% liked)

Selfhosted

60001 readers
664 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://feddit.org/post/29249226

OpenVFS and Systemd-Homed possible?

I'm into selfhosting and Im looking for a way to centralize the Userhomes and have a better Backup of these files.

The idea is to use a virtual filesystem to sync needed data to the client PC and have Homed to encrypt userdata and store the data on server.

That way I do not have to backup the client PCs.

What do you think? And are there any working examples out there?

top 8 comments
sorted by: hot top controversial new old
[–] greyscale@lemmy.grey.ooo 23 points 1 month ago (1 children)

slop graphic plus systemd

this can gargle my ballsack.

[–] RichardDegenne@lemmy.zip 3 points 1 month ago

I wouldn't let AI slop gargle me, but you do you

[–] Shimitar@downonthestreet.eu 6 points 1 month ago (1 children)

Why is good old NFS not a viable option? I think homed is something that nobody asked for and it's basically unused. But I might be wrong.

[–] ratatouille@feddit.org 0 points 1 month ago (1 children)

All family member I support and provide with services use a Laptop. They are connected over wireguard. Solutions that depends on Network connections will not work.

[–] Shimitar@downonthestreet.eu 3 points 1 month ago (2 children)

Then I suspect homed will not really help. Something like syncthing is probably the way to go.

[–] hoshikarakitaridia@lemmy.world 2 points 1 month ago

I second syncthing as a solution.

I personally use an smb server and tail scale client + Headscale and then those smb files are locally backed up to a different drive / different PCs that remain in the network, but that doesn't automatically sync and instead works by connecting to the server directly.

What you're describing sounds like a solution that automatically resynchronizes on connection, and that means you're looking for versioning / sync, thus probably syncthing is the easiest.

[–] ratatouille@feddit.org 1 points 1 month ago

Thanks for the hint. Long ago I also used syncthing. At that time it not fit my needs. But in this case it may is a possibility.

Any best practises for excluding files in Home for syncing like .cache ?

As far syncthing does not come with a vfs.

[–] stratself@lemdro.id 1 points 1 month ago

Did you try OpenVFS ever outside of Opencloud? Is that project even published yet?