Hi,
Thank you so much for this topic.
I have a question about exporting the encryption key file.
The error that I have:
encryption: unable to set libgcrypt cipher key - User defined source 1 : Invalid key length
When I checked, I understoot that it’s a problem with the encryption_key file that I exported.
For example, in my script when I replace:
“–encrypt-key-file=${encryptionkeyfile}”
by: “–encrypt-key-=78JKDSKJ78DSKJB37823BUIKDSKJ32HJ”
it works
I would like to know how can I export the key file
I saw somewhere that text file in some cases can contain the CRLF.
Even when I used:
echo -n “A1EDC73815467C083B0869508406637E” > /data/backups/encryption_key
It’s not work.
Some help please!!