LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Extracting Tar.gz file gives Error (https://www.linuxquestions.org/questions/linux-newbie-8/extracting-tar-gz-file-gives-error-902902/)

adarshmca 09-13-2011 11:49 PM

Extracting Tar.gz file gives Error
 
Dear all ,

Yesterday I backup my crucial folder by the below command :

tar -czf /media/disk-2/Teams-1.tar.gz $BACKUPDIR

But when I am extracting the backup file (44 GB) , it gives the below error :

/bin/gtar: Skipping to next header

gzip: stdin: invalid compressed data--format violated
/bin/gtar: Child returned status 1
/bin/gtar: Error exit delayed from previous errors

I am working on Linux systems ( CentOS -5.4 ) and tar ( GNU tar ) 1.15.1

Any help will be appreciated.



Thanks

Argus Eyed 09-14-2011 12:06 AM

Try -v option to get more info about error


All times are GMT -5. The time now is 07:52 AM.