dingham
Verified User
Hi Guys,
I've been trying different things for a while now & DA keeps throwing this error at me.
Unable to extract the directory 'backup' from the file /home/admin/admin_backups/reseller.admin.user.tar.gz as user user
/bin/tar: backup: Not found in archive
/bin/tar: Error exit delayed from previous errors
I do not understand why this error is occurring. I've seen how DA extracts things & have tried to copy it on the command line, but it works fine.
cd /home/admin/admin_backups
su -p user
mkdir user
cd user
tar -zxvf ../reseller.admin.user.tar.gz
The 'backup' & 'domains' folders & all of their contents are successfully extracted.
Any ideas on what's going on?
Cheers,
I've been trying different things for a while now & DA keeps throwing this error at me.
Unable to extract the directory 'backup' from the file /home/admin/admin_backups/reseller.admin.user.tar.gz as user user
/bin/tar: backup: Not found in archive
/bin/tar: Error exit delayed from previous errors
I do not understand why this error is occurring. I've seen how DA extracts things & have tried to copy it on the command line, but it works fine.
cd /home/admin/admin_backups
su -p user
mkdir user
cd user
tar -zxvf ../reseller.admin.user.tar.gz
The 'backup' & 'domains' folders & all of their contents are successfully extracted.
Any ideas on what's going on?
Cheers,