From owner-freebsd-stable Sun Nov 7 17:30:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from goshen.rutgers.edu (goshen.rutgers.edu [165.230.180.150]) by hub.freebsd.org (Postfix) with ESMTP id A8514150F8 for ; Sun, 7 Nov 1999 17:30:11 -0800 (PST) (envelope-from damascus@eden.rutgers.edu) Received: from damascus (damascus.dorm.rutgers.edu [165.230.0.68]) by goshen.rutgers.edu (8.8.8/8.8.8) with ESMTP id UAA02391 for ; Sun, 7 Nov 1999 20:30:11 -0500 (EST) Message-Id: <4.2.0.58.19991107202551.00c07220@email.eden.rutgers.edu> X-Sender: damascus@email.eden.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 07 Nov 1999 20:30:48 -0500 To: freebsd-stable@FreeBSD.ORG From: Carroll Kong Subject: Will Dump, backup to a file? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I am using FreeBSD 3.3-Release, and I wanted to know if I can do this dump -0 /opt/tmp/varback.dmp /var (where /opt/tmp is some other free slice) The situation is, I have an old celeron machine, and we are getting a new server. However, we want to move the freebsd setup we have from an ide drive to the new scsi drive we are getting. We do not have a tape backup. We just want to copy from one harddrive to another. So, my original plan was to boot back up with the old ide drive on the new server, either using cp -aR or tar the old file systems into the new drive which we will mount. Or, just reinstall a fresh freebsd setup on the scsi drive, and copy back the old data. However, dump seems to be the real answer here, however, everyone seems to talk about how it works on tape drives. I dont' want to see it wipe out any of my file systems, so I want to make sure this will work. Even though everything in UNIX is a file, I am not sure if it will work? Thanks in advance. -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message