> this file is
> 1:~# file alldump
> alldump: gzip compressed data, from Unix,
>
> qzip file
> when i am running
>
> gunzip alldump
>
> giving me errorl ike UNKNOWN SUFFIX
>
man gunzip should be enough ...
--
Cheers,
Kartik Mistry | 0xD1028C8D | IRC: kart_
Homepage: people.debian.org/~kartik
Blog.en: ftbfs.wordpress.com
Blog.gu: kartikm.wordpress.com
>1:~/BACKUP# ll
>total 23G
>-rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
>1:~/BACKUP# tar -zxvf alldump.tar.gz
>tar: This does not look like a tar archive
>tar: Skipping to next header
>stil in progress
This might just be a gz or zip file. Try renaming to those suffix and
try again. Sometimes opening a binary file with a binary reader will
tell you within the first few lines what kind of a file it is.
Moz
1:~/BACKUP# mv
1:~/BACKUP# tar -xvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
1:~/BACKUP# ll
total 23G
-rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
1:~/BACKUP# tar -zxvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
stil in progress
I mean, issue: "man tar"
on terminal.
>> > 1:~/BACKUP# tar -xvf alldump.tar.gz
>> > tar: This does not look like a tar archive
>> > tar: Skipping to next header
>> > tar: Error exit delayed from previous errors
Its look like that your tarball is not properly created. Try again?
>> # file alldump
What is result of above command?
A curious observation: Why all of your question are so urgent? ;)
Use search engine in that case sometime...
i have done all this man
still its not done
not getting what's the exact prob.
On Sep 21, 8:43 am, "Jai Gupta" <m...@jaigupta.com> wrote:
> > 1:~/BACKUP# mv
> > 1:~/BACKUP# tar -xvf alldump.tar.gz
> > tar: This does not look like a tar archive
> > tar: Skipping to next header
> > tar: Error exit delayed from previous errors
> > 1:~/BACKUP# ll
> > total 23G
> > -rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
> > 1:~/BACKUP# tar -zxvf alldump.tar.gz
> > tar: This does not look like a tar archive
> > tar: Skipping to next header
> > stil in progress
>
> # mv alldump.tar.gz alldump
> # file alldump
>
> Above line should tell you about about this file.
>
> e.g. bzip2 compressed data or gzip compressed data or something else.
thank you sir,,
anyways i forgot to tell this is Plesk backup