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:

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.

Resources:

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
[–] CorvusCornix@piefed.social 2 points 1 month ago (1 children)

Thanks for the suggestion! I have a few questions, if you don't mind: what did you like more about rclone than Cryptomator? Is it suitable for sync, or is it more for backups? I'm ideally looking for near-ish to real-time sync for contacts, notes, files, and pictures. Are there any frontends for Linux you'd recommend, or do you script out the functionality you're looking to implement?

[–] sloppy_diffuser@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago) (1 children)

what did you like more about rclone than Cryptomator?

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.

Is it suitable for sync, or is it more for backups

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.

I'm ideally looking for near-ish to real-time sync for contacts, notes, files, and pictures

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.

Are there any frontends for Linux you'd recommend, or do you script out the functionality you're looking to implement?

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).

[–] CorvusCornix@piefed.social 2 points 1 month ago

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.