From owner-freebsd-hackers Mon May 1 16:18:58 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10567 for hackers-outgoing; Mon, 1 May 1995 16:18:58 -0700 Received: from ns1.win.net (ns1.win.net [204.215.209.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA10558 for ; Mon, 1 May 1995 16:18:53 -0700 Received: (from bugs@localhost) by ns1.win.net (8.6.11/8.6.9) id TAA08115 for hackers@freebsd.org; Mon, 1 May 1995 19:20:38 -0400 From: Mark Hittinger Message-Id: <199505012320.TAA08115@ns1.win.net> Subject: Re: Compress dumps? (fwd) To: hackers@FreeBSD.org Date: Mon, 1 May 1995 19:20:38 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 380 Sender: hackers-owner@FreeBSD.org Precedence: bulk If you look at the internals of BRU by EST software they compress the data but not the directory portion of the stream. So the files wind up on the tape like /kernel.Z /core.Z /bin/cp.Z ect You can reset yourself with the uncompressed directory header. Had to do this a few times. Regards, Mark Hittinger bugs@win.net