bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] Bug in tar --exclude


From: Mohankumar
Subject: [Bug-tar] Bug in tar --exclude
Date: Mon, 12 Feb 2007 09:24:21 -0000

I'm using tar (GNU tar) 1.16.1 and have an archive with the following entries.
Files/report1.html
Files/report2.html
Files/report3.html
Files/report4.html
D:/Bkp/sol/
D:/Bkp/sol/test1.pl
D:/Bkp/sol/test2.pl
D:/Bkp/sol/test3.pl

Whenever, I try to exclude files starting with "D:/" its not working as expected.
The command used is,
tar tf test.tar --anchored --exclude="D:/"
and if the command is changed to,
tar tf test.tar --anchored --exclude="Bkp" then its working fine. It seems the --exclude is not working properly if the pattern starts with windows drive letter. The same thing is working fine for inclusion patterns.
tar tf test.tar --anchored "D:/" (working fine)

This seems to be a bug as the same thing works fine in tar 1.13.25

Regards,
Mohankumar


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
reply via email to

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