bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] tar doesn't honor --exclude-caches with --listed-incremental


From: Dan H.
Subject: [Bug-tar] tar doesn't honor --exclude-caches with --listed-incremental
Date: Fri, 26 Jan 2007 13:53:54 +0100
User-agent: Icedove 1.5.0.9 (X11/20061220)

Well, I guess a little shell transcript shows what I mean.

address@hidden:~$ ls test
CACHEDIR.TAG  foo
address@hidden:~$ cat test/CACHEDIR.TAG
Signature: 8a477f597d28d172789f06886806bc55
address@hidden:~$ tar -cvf test.tar --exclude-caches test
test/
tar: test/: contains a cache directory tag; not dumped
address@hidden:~$ tar -cvf test.tar --exclude-caches \
   --listed-incremental test.snar test
test/
test/CACHEDIR.TAG
test/foo
address@hidden:~$

Is this a bug or some feature that I can't find in the docs? Apart from
that I'm with the crowd that thinks that the CACHEDIR.TAG file itself
should be restored when a backup tarball is extracted.

Thanks,
--Dan




reply via email to

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