From owner-freebsd-questions@FreeBSD.ORG Wed Feb 27 22:47:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25795106567B for ; Wed, 27 Feb 2008 22:47:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E2A728FC22 for ; Wed, 27 Feb 2008 22:47:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id AB3341CEA4; Wed, 27 Feb 2008 13:47:23 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 27 Feb 2008 23:47:22 +0100 User-Agent: KMail/1.9.7 References: <173107.60129.qm@web50301.mail.re2.yahoo.com> In-Reply-To: <173107.60129.qm@web50301.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200802272347.22581.fbsd.questions@rachie.is-a-geek.net> Cc: FreeBSD-Utah Subject: Re: Mirroring / Cloning FreeBSD 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, 27 Feb 2008 22:47:25 -0000 On Wednesday 27 February 2008 22:43:31 FreeBSD-Utah wrote: > I have a question on how to mirror a FreeBSD > installation / system. > > This environment will have two identical / separate > systems referred to as =93System A=94 and =93System B=94 > > - I want to install FreeBSD on to =93System A=94 > - Once that installation is complete with selected > ports and custom applications, I want to make an exact > duplicate of =93System A=94 on =93System B=94 > > I don=92t want to do this with drives in the same > system, rather I would like to =93clone=94 =93System A=94 > > Also, it would be nice to be able to do this as a > =93mirroring=94 solution to keep a clone over time of the > system in the case of failure of either =93System A=94 or > =93System B=94 > > Is this possible to do? If so, any direction on how I > would do this would be welcome. Install A, then B very minimal and rsync them (port: net/rsync). This assum= es=20 a network between the two with different ip addresses :) > Is there a port / application that enables this? Pending your needs, you could try sysutils/heartbeat. But for periodical=20 syncs, rsync should do fine. The tricky part will be /etc/rc.conf, since=20 you'll need to differentiate the IP's. =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.