I have a file system mounted on /srv
, that is unencrypted. This is perfectly fine; the local systems are trusted.
However, I want to perform backups with Jottacloud, which does not support encryption. Is there any reverse encryption file systems, that I can use to get a on-the-fly encrypted version of my normal filesystem mounted somewhere else on the system, that can be backed up?
For performance reasons, I would prefer not to encrypt the base file system, as this contains 8TiB of data, although this is a solution if I find no other.
I would prefer the file names to be encrypted as well, but this is not a requirement.
This is currently on 16.04, but answers does not have to be for this particular version.