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

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

Bug?


From: Anthony Tuininga
Subject: Bug?
Date: 25 Feb 2003 09:19:25 -0700

I am not sure if this is actually a bug or not, but it is rather strange
behaviour so if you can explain it to me, that would be wonderful! :-)

We have a gzipped tar image created from two different filesystems with
the tar file going on to a third filesystem. When we do this, all
symbolic links within the gzipped tar file become zero length files
without any permissions. If we instead split the gzipped tar file into
two pieces, one for each filesystem, then the symbolic links are stored
correctly. For example,

This will store symbolic links incorrectly
cd /
tar zcvf /u02/all-backup.tgz etc u01

where etc is on the root filesystem
and u01 is a separate filesystem

This will store symbolic links correctly
cd /
tar zcvf /u01/etc-backp.tgz etc
tar zxvf /u01/u01-backup.tgz u01

This is for tar 1.13.25 which comes with Red Hat 8.0. If you need any
additional information, feel free to contact me. Thanks.

-- 
Anthony Tuininga
address@hidden
 
Computronix
Distinctive Software. Real People.
Suite 200, 10216 - 124 Street NW
Edmonton, AB, Canada  T5N 4A3
Phone:  (780) 454-3700
Fax:    (780) 454-3838
http://www.computronix.com





reply via email to

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