• 1 Post
  • 5 Comments
Joined 8M ago
cake
Cake day: Jan 20, 2024

help-circle
rss

Update: there seems to be a more “native” storage driver for OCIS that is currently WIP. It seems very exciting



I think oCIS spoiled me with regards to the database issue xD. You bring up a good point - I’ll try reinstalling Nextcloud with Postgres, removing unneeded bloat, and use it until oCIS has a “native” backend


Non-OCIS Owncloud still needs a dedicated database and recommend against SQLite in prod

I’ve looked at rclone mounting with the --vfs-cache-* flags. But I’m not sure how it can smart sync like mountain duck or handle conflicts elegantly like the Nextcloud/Owncloud clients do. Let me know how to set it up that way if possible


AFAIK, Syncthing clones the entire folder across peers (the server is just another peer it seems), which isn’t ideal for my use case Do you know any current way to configure it for selective syncing?


File server with on-demand sync, preserve the filesystem, and runs without external DB?
Hi, I'm looking for a FOSS file syncing/sharing solution that does **all** the following specific things: - [Sync files only when needed](https://owncloud.com/features/virtual-files/), to save space on my client devices. - Preserve the filesystem on the server for backups. So no opaque blocks like SeaFile. - No need for external MySQL/Postgres container. SQLite would be okay. Currently the closest thing to fulfill these is oCIS, but it has a decomposedFS file structure which defeats the second point. Nextcloud may run with embedded SQLite, but I'm reluctant to try it again due to previous experiences (lots of bugs, sluggish, etc). Mountain Duck and FileRun are not FOSS. ~~Filestash would be nice if it can integrate with existing Nextcloud/Owncloud clients for the on-demand syncing functionality, especially on Windows.~~ It would be nice to have an open-source alternative to Mountain Duck, in order to use on-demand sync functionalities with a standard storage backend such as SFTP. Would you have any recommendations of what to do? Thank you in advance!
fedilink