bug-gnu-utils
[Top][All Lists]
Advanced

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

--listed-incremental bug


From: Neologism
Subject: --listed-incremental bug
Date: 03 Jan 2002 15:59:44 -0800

I've found a bug in tar 1.13.19.  I've also verified it with the 1.13.25
alpha as follows:

[src]$ ./tar --version
tar (GNU tar) 1.13.25
Copyright © 2001 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.
[src]$ cat > test
This is a test file.
[src]$ ./tar --create --file=test.tar --listed-incremental=snapshot --verbose 
test
test
[src]$ rm test.tar
[src]$ ./tar --create --file=test.tar --listed-incremental=snapshot --verbose 
test
test
[src]$ ./tar --list --file=test.tar
test

During the second create command, I do not expect the file "test" to be
added to the tar file.

Neologism





reply via email to

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