From owner-freebsd-questions Thu Jun 12 14:40:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA22402 for questions-outgoing; Thu, 12 Jun 1997 14:40:26 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22396; Thu, 12 Jun 1997 14:40:23 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id PAA12271; Thu, 12 Jun 1997 15:40:16 -0600 (MDT) Date: Thu, 12 Jun 1997 15:40:16 -0600 (MDT) Message-Id: <199706122140.PAA12271@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brandon Gillespie Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: dump/restore with compression In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Is there plans to integrate a compression option into dump and > restore? Unless you do compression on a file basis, a single bit error means that everything after the error is useless. Also, since most newer backup systems have hardware compression built-in, it's not as big a deal as it used to be given that they aren't limited to the single-bit problem due to using CRC's and such which can correct most errors. > Does anybody USE dump/restore anymore? That's all I've been using for years, and still use regularly. (Though not as regularly as I should. :( ) Nate