Replies: 2 comments 1 reply
-
Hi All, I'm also trying to figure out how to decrypt the metadata dumps. This is a hurdle to be able to use juicefs, as I need to test backup retrieval. Looking at the code, it seems to just call object_store.Put, which in the case of an encrypted object store, means the key to decrypt is put in the database, meaning the decryption is impossible??? Hopefully I understand this incorrectly. Could a symmetrical encryption of these dump files with the encryption key be performed? Then the user just needs to backup the encryption key, and everything else is taken care of. |
Beta Was this translation helpful? Give feedback.
-
close by #3311 |
Beta Was this translation helpful? Give feedback.
-
Hello.
I assume if the file system volume uses an encryption, so do the metadata auto backups under the
/meta
folder. Is this correct? In this case, how do i decrypt them back? I can't usegzip -d
on.json.gz
file since it gives meInput/output error
and of course i can't usejuicefs load
.Beta Was this translation helpful? Give feedback.
All reactions