PDA

View Full Version : Backup restore error



ChAtEr
05-06-2004, 09:53 AM
I've got the following error if I restore a backup that was created with the reseller backup function:



Unable to exact backup/user.conf from /home/concept/user_backups/kmekan.tar.gz : Error while extracting backup/user.conf to /home/concept/user_backups/kmekan as concept :

I've got this errors @ 3 backups. What is the problem, and how do I fix this? The users realy need to be restored, so fast as possible.

DirectAdmin Support
05-06-2004, 12:11 PM
Hello,

What version of DA are you using?

You can try to manually extract the data:

tar xvzf file.tar.gz

if that fails, then the file is corrupted. If it works, but there is no user.conf file, then it's probably a backup created with an older version of DA, in which case you'd need to use the User's site backup/restore instead of the Reseller's version of the same thing.

John

ChAtEr
05-06-2004, 12:21 PM
DA v1.21.3.
If i do that manually, i've got some errors. What does this mean?

DirectAdmin Support
05-06-2004, 12:49 PM
It means the file is corrupted. Might have to create the backup again.

I'm assuming you get an error like:
tar: Unexpected EOF in archive

John