From owner-freebsd-questions Thu Jan 11 6:40:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (unknown [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id C199E37B401 for ; Thu, 11 Jan 2001 06:40:29 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.9.3/8.9.3) with ESMTP id JAA19936; Thu, 11 Jan 2001 09:38:16 -0500 (EST) Message-ID: <3A5DC4F8.EC386743@mail.iowna.com> Date: Thu, 11 Jan 2001 09:36:40 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Greg Prosser Cc: freebsd-questions@freebsd.org Subject: Re: Keeping sync.. automatically. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Prosser wrote: > > I currently have 3 active FreeBSD machines on my network, and am looking > for a method of automatically keeping my ports (and/or src) collections > up-to-date. cron'ing a cvsup is definitely a possibility, but I'm > wqondering if there are more graceful options available. Is there a way I > could perhaps set up cvsupd to mirror one of the FreeBSD mirror sites on a > regular basis, thus creating my own up-to-date collection? > > I'm looking for ways to keep the outside network traffic down, and > cron'ing cvsup on three machines would definitely cause issues. Can I > perhaps modify some of make.conf and set build directories to /tmp or > something along those lines, then mirror /usr/ports across my machines > (perhaps via nfs?). What are my options? Anyone want to beat me with a > large stick? Set a cron job for one machine to cvsup regularly, and mount ports directory to the other machines via NFS. If you don't want to run NFS, just set up a cvs server on one machine, have it cvsup regularly from one of the mirror servers (using cron) and then have the other machines cvsup from it. Although the NFS solution will reduce network traffic internally. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message