From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 17:10:00 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 06CE716A41C for ; Thu, 14 Jul 2005 17:10:00 +0000 (GMT) (envelope-from mpierce@hmc.edu) Received: from happy-hardcore.st.hmc.edu (happy-hardcore.ST.HMC.Edu [134.173.56.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF78543D46 for ; Thu, 14 Jul 2005 17:09:59 +0000 (GMT) (envelope-from mpierce@hmc.edu) Received: from [134.173.63.141] (newton.ST.HMC.Edu [134.173.63.141]) by happy-hardcore.st.hmc.edu (Postfix) with ESMTP id 6BB52B81B for ; Thu, 14 Jul 2005 10:09:59 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <20050714151206.M56840@host.sk> References: <20050714151206.M56840@host.sk> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-4--827605663; protocol="application/pkcs7-signature" Message-Id: Cc: freebsd-questions@freebsd.org From: Marshall Pierce Date: Thu, 14 Jul 2005 10:09:58 -0700 X-Mailer: Apple Mail (2.733) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Cloning FreeBSD installations 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: Thu, 14 Jul 2005 17:10:00 -0000 --Apple-Mail-4--827605663 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jul 14, 2005, at 8:34, Peter wrote: > Hi all, > > I've some PC with identical HW with FreeBSD 5.4. I'm looking for a > way to > clone FreeBSD installations from one PC to another. > I've read in mailing list about script clone.sh. "The script copies > the MBR > and disklabel from ad0 to ad1 and then creates the file systems > and copies > data with dump and restore. The cloned configuration file /etc/ > rc.conf is > edited using 'sed' to update the ip address and hostname." > > Have you this script or something similar? Is the possible send me > that? > > Thanks a lot, > Peter Macko > Try the Frisbee package: http://www.emulab.net/software.php3 For what you need, it should be very easy to figure out how to use Frisbee from the README. Frisbee is very fast at distributing OS images (read the USENIX paper on it, if you're sufficiently interested), and scales extremely well when sending out an image to multiple clients at once. -Marshall Pierce --Apple-Mail-4--827605663--