bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] --format=oldgnu not working in GNU tar 1.16


From: Sebastian Kaps
Subject: [Bug-tar] --format=oldgnu not working in GNU tar 1.16
Date: Wed, 25 Apr 2007 10:16:57 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)

Hi!

I'm using "tar (GNU tar) 1.16" on Ubuntu 7.04 AMD64 Linux.
I am unable to create tar archives in old GNU format with this version:

,----
| seb:~/temp$ tar cf 1.tar --format=gnu var/
| seb:~/temp$ tar cf 2.tar --format=oldgnu var/
| seb:~/temp$ diff 1.tar 2.tar
| seb:~/temp$ echo $?
| 0
| seb:~/temp$ ls -l 1.tar 2.tar
| -rw-r--r-- 1 seb users 3973120 2007-04-25 10:09 1.tar
| -rw-r--r-- 1 seb users 3973120 2007-04-25 10:09 2.tar
| seb:~/temp$ file 1.tar 2.tar
| 1.tar: POSIX tar archive (GNU)
| 2.tar: POSIX tar archive (GNU)
`----

-- 
Ciao, Sebastian




reply via email to

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