Re: Extracting from tar gives no files



danson <danwatts@xxxxxxxxx> wrote:
: Dear Group,

: I've run command:

: [root@fs2 backup]# tar -zxvf fs3-monthly-12-01-2006-20-30.tar.gz
: backup2/daily/fs3/home/virtual/site43/fst/var/spool/mail/n* -C
: /root/extract
: backup2/daily/fs3/home/virtual/site43/fst/var/spool/mail/nicholas.smith
: tar:
: backup2/daily/fs3/home/virtual/site43/fst/var/spool/mail/nicholas.smith:
: Wrote only 0 of 10240 bytes
: tar: Skipping to next header
: tar: Archive contains obsolescent base-64 headers

unzip the mess first

then look at the tar directory ( tar -t ) to see what's supposed
to be there. This will likely lead you the the error- which
from your notes says some sort of compression issue, likely
related to how the tar was generated or how you are trying
to unpack it.

Stan

--
Stan Bischof ("stan" at the below domain)
www.worldbadminton.com
.



Relevant Pages

  • Problem untaring python2.5
    ... i am not able to untar python 2.5 source code using " ... tar: Skipping to next header ...
    (comp.lang.python)
  • Re: Rename and Backup a Directory (was:Re: question for all the bash gurus)
    ... Thanks for the help, sorry about the header, I'll remember for next time. ... Yes, I'm a university student, getting another degree... ... > You should first rename the files, an faq that you will find in the FAQ: ... > Then use tar to create the backup archive in a very basic way: ...
    (comp.unix.shell)
  • Re: Java support of GNU Tar
    ... I have never used any of the tar pakages for Java so the following is only an ... I suspect that you'll have to supply the size of the tar file entry before you ... is closeed, at which time it updates the header, and then writes the real ...
    (comp.lang.java.programmer)
  • Corrupt linux-source-2.6.12
    ... to unpack it with with tar -jxvf I get this error: ... tar: Skipping to next header ... data from undamaged sections of corrupted files. ... tried running the bzip2recover program with no success. ...
    (Debian-User)
  • Re: Big time difference between (unix) find and DIRECTORY : why?
    ... >Sure:) But since tar is just a stream-like format, without a header ... >there's no way to tell how it should handle a hardlink. ... The easiest to read is the source for the open source version ...
    (comp.lang.lisp)