Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2008 09:20:04 GMT
From:      Jaakko Heinonen <jh@saunalahti.fi>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/121502: option -P appears to be broken in restore(8) since FreeBSD 6.3 (regression)
Message-ID:  <200803230920.m2N9K4Na040233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/121502; it has been noted by GNATS.

From: Jaakko Heinonen <jh@saunalahti.fi>
To: bug-followup@FreeBSD.org, takeda@takeda.tk
Cc:  
Subject: Re: bin/121502: option -P appears to be broken in restore(8) since
	FreeBSD 6.3 (regression)
Date: Sun, 23 Mar 2008 11:14:28 +0200

 Hi,
 
 This seems to be somehow related to gzip(1) change in 6.3. Can you
 reproduce the problem with GNU gzip from ports?
 
 $ restore -xNP '/usr/bin/gzip -dc test.dump.gz'
 Header with wrong dumpdate.
 unknown tape header type 16843009
 abort? [yn] y
 dump core? [yn] n
 $ restore -xNP '/usr/local/bin/gzip -dc test.dump.gz'
 Header with wrong dumpdate.
 You have not read any tapes yet.
 If you are extracting just a few files, start with the last volume
 and work towards the first; restore can quickly skip tapes that
 have no further files to extract. Otherwise, begin with volume 1.
 Specify next volume #: 1
 set owner/mode for '.'? [yn] n
 
 -- 
 Jaakko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803230920.m2N9K4Na040233>