downtownallday / cloudinabox

An installation of Nextcloud that borrows some of the "Mail-in-a-Box" code and standards
Other
2 stars 1 forks source link

Encrypted storage (data at rest) on a remote NFS server #10

Open dumblob opened 3 years ago

dumblob commented 3 years ago

I'm considering moving the encrypted storage file to a mount point which is an NFS4 volume. Would you have any recommendations?

I know that mysql could have some issues with NFS4 (nowadays not so much due to NFS4 itself, but rather due to much more frequent outages due to network issues etc.). This may get amplified (or tamed?) by the use of encrypted file as storage for data at rest.

Thoughts?

downtownallday commented 3 years ago

I don't know. Haven't tried it.