Skip to main content

Urgent - problem restoring tar.gz file

Comments

4 comments

  • GOT
    Looks like a corrupted archive not permissions. I would recopy the archive over.
    0
  • cPanelLauren
    Hello, This doesn't look like a permissions error, this looks like the backup file is corrupted or incomplete based on: "Unexpected EOF in archive /usr/bin/gtar: Error is not recoverable: exiting now" You might try and extract it manually and see if you get the same behavior.
    0
  • mwabini
    I have experienced the same error. I made a backup of an account and deleted it and now I cant restore the backup I've made. Is there an option to validate/verify cPanel backup files after backup is done to ensure they're restorable?
    0
  • cPanelLauren
    Hello, You can test if a tar.gz file is valid by running something like: gunzip -t file.tar.gz
    and then further test if the tar file inside is valid by running: gunzip -c file.tar.gz | tar t > /dev/null
    0

Please sign in to leave a comment.