Original server has crashed. I now have a similar working server so I'm attempting to copy across the tar.gz back up files for each customer to restore each site.
I've used scp to copy the backup files across from the old server into the /home directory of the new server.
But. I'm getting the following error message when I try to run the restore:
" Failed to extract the archive at “/home/username.tar.gz”: The tar archive extraction failed because of the error “The “/usr/bin/gtar --no-same-owner --use-compress-program=/usr/local/cpanel/bin/gzip-wrapper --preserve-permissions --extract --directory /home/cpanelpkgrestore.TMP.work.948e1bb7/unsafe_to_read_archive --file /home/username.tar.gz” command (process 27088) reported error number 2 when it ended.”: pigz: skipping: <stdin>: corrupted -- incomplete deflate data /usr/bin/gtar: Unexpected EOF in archive /usr/bin/gtar: Unexpected EOF in archive /usr/bin/gtar: Error is not recoverable: exiting now "
Looks like a permissions thing to me, can anyone help please?
I've used scp to copy the backup files across from the old server into the /home directory of the new server.
But. I'm getting the following error message when I try to run the restore:
" Failed to extract the archive at “/home/username.tar.gz”: The tar archive extraction failed because of the error “The “/usr/bin/gtar --no-same-owner --use-compress-program=/usr/local/cpanel/bin/gzip-wrapper --preserve-permissions --extract --directory /home/cpanelpkgrestore.TMP.work.948e1bb7/unsafe_to_read_archive --file /home/username.tar.gz” command (process 27088) reported error number 2 when it ended.”: pigz: skipping: <stdin>: corrupted -- incomplete deflate data /usr/bin/gtar: Unexpected EOF in archive /usr/bin/gtar: Unexpected EOF in archive /usr/bin/gtar: Error is not recoverable: exiting now "
Looks like a permissions thing to me, can anyone help please?
Last edited by a moderator: