tar for windows strange behavior 

working under windows XP

tar --create --verbose --listed-incremental=archive.snor
--file=archive.1.tar "c:\directory" --exclude=*.zip --exclude=*.rar
--exclude=*.px --exclude=*.x?? --exclude=*.y??

first archive archive.1.tar, created corectly.

tar --create --verbose --listed-incremental=archive.snor
--file=archive.2.tar "c:\directory" --exclude=*.zip --exclude=*.rar
--exclude=*.px --exclude=*.x?? --exclude=*.y??

second archive archive.2.tar created badly, included full subdirs from
"c:\directory", event dirs not changed since first archive !!!

interesting, under WINE incremental archiving is work corectly.

only under windows this strange behavior.

-- 
View this message in context: 
http://www.nabble.com/tar-for-windows-incremental-archive-subdir-problems-tp18023441p18023441.html
Sent from the Gnu - Tar - Bugs mailing list archive at Nabble.com.



Reply via email to