Greetings. GNU tar 1.20 seems to have no trouble creating lzma-compressed files when specifying the -a option and a filename ending in .tlz or .tar.lzma. However, it doesn't recognize these extensions when extracting (with or without the -a option). However, extensions for gzip and bzip2 work as expected:
[EMAIL PROTECTED]:/tmp]$ tar caf foo.tgz foo.txt [EMAIL PROTECTED]:/tmp]$ tar caf foo.tbz2 foo.txt [EMAIL PROTECTED]:/tmp]$ tar caf foo.tlz foo.txt [EMAIL PROTECTED]:/tmp]$ tar xf foo.tgz [EMAIL PROTECTED]:/tmp]$ tar xf foo.tbz2 [EMAIL PROTECTED]:/tmp]$ tar xf foo.tlz tar: This does not look like a tar archive tar: Error exit delayed from previous errors [EMAIL PROTECTED]:/tmp]$ [EMAIL PROTECTED]:/tmp]$ tar caf foo.tar.gz foo.txt [EMAIL PROTECTED]:/tmp]$ tar caf foo.tar.bz2 foo.txt [EMAIL PROTECTED]:/tmp]$ tar caf foo.tar.lzma foo.txt [EMAIL PROTECTED]:/tmp]$ tar xf foo.tar.gz [EMAIL PROTECTED]:/tmp]$ tar xf foo.tar.bz2 [EMAIL PROTECTED]:/tmp]$ tar xf foo.tar.lzma tar: This does not look like a tar archive tar: Error exit delayed from previous errors [EMAIL PROTECTED]:/tmp]$ I assume this is a bug...? Regards, Tristan -- _ _V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited / |`-' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it's hard (7_\\ http://www.nothingisreal.com/ >< To finish what you
signature.asc
Description: This is a digitally signed message part.