From owner-freebsd-questions Thu Jun 12 14:41:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA22495 for questions-outgoing; Thu, 12 Jun 1997 14:41:37 -0700 (PDT) Received: from ice.cold.org (cold.org [206.81.134.103]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22490 for ; Thu, 12 Jun 1997 14:41:35 -0700 (PDT) Received: from localhost (brandon@localhost) by ice.cold.org (8.8.5/8.8.5) with SMTP id PAA06211; Thu, 12 Jun 1997 15:40:15 -0600 (MDT) Date: Thu, 12 Jun 1997 15:40:14 -0600 (MDT) From: Brandon Gillespie To: Lyndon Nerenberg cc: freebsd-questions@freebsd.org Subject: Re: dump/restore with compression In-Reply-To: <199706122031.OAA01000@ve7tcp.ampr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 12 Jun 1997, Lyndon Nerenberg wrote: > > One option (it's a bit heavyweight I'll admit) is to install amanda > and use it to run the backups. It can compress the dump sets on the > way to the tape if you like. > > In my case, I never compress backups. If you get a single I/O > error on a tape, you have almost no hope of retrieving any data > stored beyond the error. Uncompressed backups in dump format > can handle and recover from this. (Compression done in the tape > drive includes a *lot* of redundent information to help handle recovery > from bad media situations.) > Perhaps its how I'm executing dump, but when I run a tar of a filesystem, to tape, I can get the whole filesystem (without compression) but when I run dump, it asks for me to put in another tape without backing up the whole filesystem... I'm calling dump as: dump 0uf /dev/nrst0 /u1 -Brandon Gillespie