From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 03:15:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C7AB16A403 for ; Fri, 12 Jan 2007 03:15:38 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id B3E0C13C441 for ; Fri, 12 Jan 2007 03:15:37 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id l0C3FRcY024108; Thu, 11 Jan 2007 21:15:27 -0600 (CST) (envelope-from dan) Date: Thu, 11 Jan 2007 21:15:27 -0600 From: Dan Nelson To: Olivier Nicole Message-ID: <20070112031527.GB46272@dan.emsphone.com> References: <200701120214.l0C2ErI3036305@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701120214.l0C2ErI3036305@banyan.cs.ait.ac.th> X-OS: FreeBSD 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: cvsup'dating several machines 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: Fri, 12 Jan 2007 03:15:38 -0000 In the last episode (Jan 12), Olivier Nicole said: > I will soon update FreeBSD on several machines from 4.11 to 5.5, they > are all at the same level of 4.11. > > I would like to save network bandwidth, would it be OK/enough if I > cvsup one machine and then copy /usr/src from that opne to the > others? You don't need to copy. Just NFS-mount /usr/src from your master onto all the others. In fact, if you also share /usr/obj (or set MAKEOBJDIRPREFIX appropriately so they all point to the same place), you can even buildworld on one, and just run "installworld" on all the others and skip the extra compiles. -- Dan Nelson dnelson@allantgroup.com