jch...@gmail.com writes:
> Hello I have an old full backup of a machine that I am trying to
> extract. It is a file fullbackup.tar.gz. I am able to extract 1gb of
> files but the tar is 4gb. I am also able to extract tgz with gunzip
> and I get a 10gb file but tar cant extract it.
What happens when you try?
> When I list the files I get
>
> $ tar -ztvf backup.tar.gz > test.txt
> tar: Child died with signal 13
> tar: Error exit delayed from previous errors
Signal 13 is SIGPIPE, suggesting that tar closed the pipe to gzip (in
this particular case).
> The last files in the file are
>
> drwxr-xr-x root/root 0 2010-09-09 10:40:46 sys/
> drwxr-xr-x root/root 0 2010-09-09 10:40:54 sys/module/
> drwxr-xr-x root/root 0 2011-01-14 06:03:49 sys/module/freq_table/
> drwxr-xr-x root/root 0 2011-01-14 06:03:49 sys/module/freq_table/sections/
> -r--r--r-- root/root 4096 2011-01-14 06:44:53 sys/module/freq_table/sections/.strtab
/sys isn't a very useful thing to backup or restore l-)
--
http://www.greenend.org.uk/rjk/