From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 13:10:36 2011 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 F16E61065670 for ; Thu, 21 Jul 2011 13:10:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AEDB98FC17 for ; Thu, 21 Jul 2011 13:10:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p6LDAaZD095223; Thu, 21 Jul 2011 07:10:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p6LDAZOf095220; Thu, 21 Jul 2011 07:10:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 21 Jul 2011 07:10:35 -0600 (MDT) From: Warren Block To: Aryeh Friedman In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 21 Jul 2011 07:10:36 -0600 (MDT) Cc: FreeBSD Mailing List Subject: Re: best way to replicate 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: Thu, 21 Jul 2011 13:10:37 -0000 On Thu, 21 Jul 2011, Aryeh Friedman wrote: > I have set up a machine that is 100% configred and now needs to be > duplicated to an arbitrary number of other machines (23 currently)... > none of the machines have optical drives (or floppies) so it has to be > a USB install... what is the best way to do this all I can think of is > "make release" or make a diskimage and dd it dd works but is not optimal, copying a lot of empty disk space. [1] dump(8) to create filesystem images [1], boot target with mfsBSD [2], set up target disk [3], restore(8) over ssh [1]. 1. http://www.wonkity.com/~wblock/docs/html/backup.html 2. http://mfsbsd.vx.sk/ 3. http://www.wonkity.com/~wblock/docs/html/disksetup.html