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 "zero-trust cloud solution" for what problem?

@eliasp For storing my personal data on my server, access it from my laptop, backup my server data on a distant machine, and not being too worried if one of them is stolen.

Right now I could just store everything on my laptop but most of my data are just archives or medias that I don't need everyday so it would free space on my laptop if I could put them somewhere else. And encrypted containers like Veracrypt are nice but not really practical for tens or hundreds of gigs.

But I'm by no mean an expert on that matter so any thought or alternative recommendation would be greatly appreciated too! :)