bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] error "Not found in archive"


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] error "Not found in archive"
Date: Tue, 11 Sep 2018 23:30:28 +0300

Hi Fabio,

> When trying to extract a file multiple times I get the misleading
> error "Not found in archive".

That's expected behavior. A tar archive can contain multiple copies of
the same file, and the user may wish to extract some or all of them. If
any of the requested copies is not found in the archive, an appropriate
error message is issued. In your case, you requested to extract two
copies of file named 'test'. Since the second copy failed to extract
(being absent from the archive), tar reported the fact with the 'Not
found in archive' diagnostic message. 

Regards,
Sergey



reply via email to

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