this post was submitted on 20 May 2026
59 points (100.0% liked)
Selfhosted
60320 readers
648 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wanted to leave Dropbox and ran across it. I liked the number of supported backends under one tool. I use it to access things beyond Backblaze like gdrive, SharePoint, OneDrive, Proton Drive. Well documented config file format. I was able to manage the config with Nix due to this.
It works great for one way sync. Bisync I never got working well enough to trust it. Bisync is nice for 3-way merges (two devices modifying files on the same cloud drive). Dropbox, gdrive, OneDrive win here. I've learned to live without it.
On a computer the fuse mounted volumes are near live. Cahce locally in a VFS. Anything else you'd have to script probably. There is rclone-watch but can't say I've tested it
With Round Sync you can browse with live refresh when you move between directories, but syncing would be on a schedule. Looks like a 15m interval is the fastest frequency.
I mostly just mount on login with the VFS cache. Use my normal file browser. One command per mount. Its rare (practically never) that I need to work on something without internet, so I don't deal with trying to script syncs. I tried in the early days of playing with it, but fuse mounts ended up meeting my needs.
No GUI that I use outside of my normal file browser. The only thing I need to use the CLI for is cleaning up soft deleted files and old versions (Backblaze specific thing).
Thanks for the writeup! I think bidirectional sync is what I'm used to but very few solutions seem to support it outside of the big tech ones, like you mentioned. Perhaps I need to re-evaluate whether I truly need it; I guess it's not often I switch between editing a document on my phone to my laptop and need those changes synced instantly, and I did find a way to get Cryptomator to immediately upload any pictures or screenshots I take. I would still like my Obsidian notes files to upload instantly too, though, I think.