From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 15:54:58 2006 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 A1AB116A47E for ; Tue, 24 Oct 2006 15:54:58 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp107.sbc.mail.mud.yahoo.com (smtp107.sbc.mail.mud.yahoo.com [68.142.198.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 6887443D5D for ; Tue, 24 Oct 2006 15:54:01 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 62784 invoked from network); 24 Oct 2006 15:53:30 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.98.204 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 24 Oct 2006 15:53:29 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id B509373; Tue, 24 Oct 2006 10:53:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ED2HTSAmQDOF; Tue, 24 Oct 2006 10:53:26 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 7DA405D; Tue, 24 Oct 2006 10:53:26 -0500 (CDT) Message-ID: <453E36F5.70102@mikestammer.com> Date: Tue, 24 Oct 2006 10:53:25 -0500 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: James Smallacombe References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Copying binaries to new server 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: Tue, 24 Oct 2006 15:54:58 -0000 James Smallacombe wrote: > A couple of months ago, I spent a couple of weeks compiling and configuring > the latest FBSD, apache, perl, qmail and the bazzilion modules, patches and > addon apps that go with all of it on an existing server, and ironing out all > the upgrade issues that entailed. > > Since then, due to apparent hardware problems with that server, I just put > together a new server using new hardware. > > The old hardware was dual P-III, Adaptec SCSI RAID 1 > > The new hardware is single Xeon, LSI SAS RAID 1 > > Both running 6.2-Prerelease. > > Is there any reason I shouldn't just copy all of /usr and /var from the old > server, or do I really need to compile everything anew and sort out any > simlinks to other file systems? > > Please copy me directly, since I am no subscribed > > TIA! > why not just a dump/restore of the file systems in question?