Show HN: Stratosync β on-demand cloud sync for Linux with FUSE and rclone (BETA)https://github.com/dmcbane/stratosync
I came across Stratosync recently and thought it was worth sharing here. Iβm not affiliated with the project. It seems to be trying to fill a gap that Linux still has: a decent βfiles on demandβ style cloud sync client, where the filesystem is mounted normally but file contents are only downloaded when needed instead of mirroring everything locally. One can also pin files to keep them in sync. Stratosync is written in Rust, uses FUSE3 for the filesystem layer and rclone for cloud backends, so it should work with services like Google Drive, OneDrive, Dropbox, S3, Nextcloud, SFTP, etc. Frβ¦