From owner-freebsd-questions Tue Jun 13 13:50:01 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA11628 for questions-outgoing; Tue, 13 Jun 1995 13:50:01 -0700 Received: from everest (dtr.rain.com [204.119.8.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA11615 for ; Tue, 13 Jun 1995 13:49:58 -0700 From: bmk@dtr.com Received: (from bmk@localhost) by everest (8.6.11/8.6.9) id NAA01368; Tue, 13 Jun 1995 13:49:34 -0700 Message-Id: <199506132049.NAA01368@everest> Subject: Re: Questions about 2.0.5-R To: jmb@kryten.Atinc.COM (Jonathan M. Bresler) Date: Tue, 13 Jun 1995 13:49:29 -0700 (PDT) Cc: bmk@dtr.com, questions@freebsd.org In-Reply-To: from "Jonathan M. Bresler" at Jun 13, 95 04:24:07 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 778 Sender: questions-owner@freebsd.org Precedence: bulk > On Tue, 13 Jun 1995 bmk@dtr.com wrote: > > Anyways, I am preparing to upgrade my main server. Can 2.0.5-R read my > > old (2.0-950322-SNAP) partitions? The reason I ask is because I don't > > really completely trust my tape drive, and I'd like to dump all of my > > old filesystems to a large scratch disk that I have on hand and then > > simply recreate my partitions and restore /usr/local and such. > why not cpio'ing the data to a file on the scratch disk, install > 2.0.5R, and then bring the data back. after all, the floppies and the > install use cpio to create 2.0.5R. That's not a bad option, but unfortunately, I have five filesystems to back up, but I only want to restore three and part of the other two. I've never used cpio for this sort of thing.