bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] "invalid sparse archive member" during extract with 1.14


From: Rob Browning
Subject: [Bug-tar] "invalid sparse archive member" during extract with 1.14
Date: Thu, 16 Dec 2004 15:08:34 -0600
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

If I create an archive with tar 1.14 like this:

tar czpSf foo.tgz -b 1024 \
  --null \
  --listed-incremental=foo.snap \
  --label=foo.label \
  --totals \
  --exclude='./cdrom/*' ... \
  .

and then I try to extract part of the archive like this:

  tar xzvpSf foo.tgz --listed-incremental=foo.snap -b 1024 ./etc/gdm

I get a bunch of warnings like this:

tar: ./home/rlb/.gnome2/epiphany/mozilla/epiphany/cert8.db: invalid sparse 
archive member
tar: Skipping to next header
tar: ./home/rlb/.gnome2/epiphany/mozilla/epiphany/key3.db: invalid sparse 
archive member
tar: Skipping to next header
tar: ./home/rlb/.gnome2/epiphany/mozilla/epiphany/Cache/_CACHE_003_: invalid 
sparse archive member

Is that expected?

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]