bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] Possible tar bug


From: Joerg Schilling
Subject: Re: [Bug-tar] Possible tar bug
Date: Fri, 31 Dec 2010 14:28:57 +0100
User-agent: nail 11.22 3/20/05

Paul Eggert <address@hidden> wrote:

> Well, I have to admit, I'm at a loss as to why you're
> experiencing the bug.  Perhaps if you run 'tar' under
> GDB you can see why it thinks the tar file is ustar format
> rather than GNU format.  I expect that it's some unanticipated
> confusion between -r (which needs to guess the tar format from
> the existing tape) and -M (which allows for multiple tapes,
> some of which may be of different formats!).

It seems that one of the most important resons for such problems is the fact 
that GNU tar does not check for the archive format in existing archives.

Other tar implementations do at least warn in case that someone tries to append 
in a different archive format.

The other problem seems to be the usage. The option -r is rather unusual in 
real life and in special regarding to backups. A clean way to make backups is to
append integral incremental dumps after a new filemark on the tape.

Jörg

-- 
 EMail:address@hidden (home) Jörg Schilling D-13353 Berlin
       address@hidden                (uni)  
       address@hidden (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



reply via email to

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