From owner-freebsd-questions Mon Oct 21 10:19:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A3E37B401 for ; Mon, 21 Oct 2002 10:19:55 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08FFE43E42 for ; Mon, 21 Oct 2002 10:19:55 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.6+Sun/8.11.6) id g9LHJRe13763; Mon, 21 Oct 2002 13:19:27 -0400 (EDT) From: Jerry McAllister Message-Id: <200210211719.g9LHJRe13763@clunix.cl.msu.edu> Subject: Re: DUMP To: grant@thenetnow.com Date: Mon, 21 Oct 2002 13:19:27 -0400 (EDT) Cc: lloy0076@adam.com.au (David Lloyd), jackstone@sage-one.net (Jack L. Stone), freebsd-questions@FreeBSD.ORG In-Reply-To: <000501c27920$7b020700$6401a8c0@grant> from "Grant Peel" at Oct 21, 2002 12:39:52 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi again all, > > Thanks for all the insight! > > I take it we could DUMP each filesystem individually, then simply RESTORE it > to a new machine, as long as the filesystem exists and is big enough. Yup. That is it. Make up the file systems on the new machine and restore in to each of them. Note, that when you do the restores, you must cd in to the filesystem where you want the restore to go. Don't just do it from root. The mount point (eg '/' for root, '/home' for the /home file system if you have that, etc) is removed from the path by dump. > > Can we DUMP all filesystems from one machine in one file then restore it? Not really. DUMP goes by file system. You could put them all on one tape if you are using tape - just sequentially one file after the other. ////jerry > > -Grant > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message