From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 20:48:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C143416A41F for ; Wed, 21 Sep 2005 20:48:13 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Received: from exchange.redmoonbroadband.com (exchange.redmoonbroadband.com [206.123.80.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEE243D68 for ; Wed, 21 Sep 2005 20:48:04 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 21 Sep 2005 15:48:02 -0500 Message-ID: <4B3EE484EEA4F344BBB62F831648998646715E@corpsrv.RedMoon.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Restore System Thread-Index: AcW+7cIA8H76MBx6RUK1w0kEl9Joeg== From: "Cody Holland" To: Subject: Restore System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 20:48:13 -0000 I'm pretty new to the BSD and NIX world, and have never had to perform a system recovery or restore. =20 I did a full backup of a server with tar using the following command: tar cpzf servername`date +%m%d%y`.tgz / I'm trying to restore it on another server with the following command: tar -xzpf /path to backup file The problem I'm running into is that the original system is has an IDE harddrive, and the new system is SCSI. I'm getting the following errors: dev/ad0: Can't restore device node: No such file or directory dev/ad0s1: Can't restore device node: No such file or directory dev/ad0s1a: Can't restore device node: No such file or directory dev/ad0s1b: Can't restore device node: No such file or directory dev/ad0s1c: Can't restore device node: No such file or directory dev/ad0s1d: Can't restore device node: No such file or directory dev/ad0s1e: Can't restore device node: No such file or directory Is there an easy way around this? Any help would greatly be appreciated. Thanks, Cody