Is there any good zero-trust cloud solution out there? My dream would be something like #Restic that would put locally-encrypted blobs on any distant storage and would open it as a FUSE volume.
Does something like this exist? 🙏

Edit for clarification: I'd like to store files remotely, but with client-side encryption, so they're still safe if the remote server is compromised (and so I can backup them to another non-trusted server easily if needed).

@poxviridae Not 100% sure what you're looking for, but maybe JuiceFS with encryption switched on would do what you need? https://juicefs.com/
JuiceFS - Open Source Distributed POSIX File System for Cloud

JuiceFS is a cloud-based high-performance distributed file system, based on object storage and database to achieve data and metadata separation architecture, easily carrying tens of billions of file storage, to meet the random read performance requirements of big data, AI, autonomous driving, gene sequencing and other massive data.

@AndrewMc Oh that looks interesting, I'll edit my toot for clarification, but this seems to be exactly what I was looking for. Thank you!