Restoring backup fails

Active8

Verified User
Joined
Jul 13, 2013
Messages
1,812
Hi , just tried to restore a backup from 1 server (centos 7) to another server (centos8) and went into problems:

Code:
Decryption of /home/admin/user_backups/site.tar.zst.enc has failed: Permission denied.
Error while decrypting /home/admin/user_backups/site.tar.zst.enc: *** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
bad decrypt
140684391819072:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:603:

File successfully removed

Restoring on the same server (centos 7) works perfectly, I assume backup file is ok
To be sure I have double check the password for the file
 
Last edited:
OK now there is an another problem

A component of the path file_name does not exist, or the path is an empty string

any ideas ?

EDIT:

I have figured out the encodins system on the centos8 server is not working well, own backups restores well but i cant restore the backups from centos 8 on an centos 7 machine, and dont work both ways
Other centos 6-7 machines can exchange encrpted backup files without problems

Is there a way to reinstall the backup encryption sytem ? I have already tried to set it from 1 to 0 and back in directadmin config but lo luck
 
Last edited:
Back
Top