From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 17:08: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 E7AAD16A41C for ; Sun, 19 Jun 2005 17:08:00 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00D743D48 for ; Sun, 19 Jun 2005 17:08:00 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.12.11/8.12.11) with ESMTP id j5JH80a5008467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Jun 2005 12:08:00 -0500 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.12.11/8.12.11/Submit) id j5JH80mN008465 for freebsd-questions@freebsd.org; Sun, 19 Jun 2005 12:08:00 -0500 Date: Sun, 19 Jun 2005 12:08:00 -0500 From: Anthony Philipp To: freebsd-questions@freebsd.org Message-ID: <20050619170800.GB8198@zeus.itg.uiuc.edu> References: <20050618230708.GA24179@zeus.itg.uiuc.edu> <20050619053103.GB13602@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050619053103.GB13602@osiris.chen.org.nz> User-Agent: Mutt/1.4.1i Subject: Re: keeping ports up to date on two personal 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: Sun, 19 Jun 2005 17:08:01 -0000 On Sun, Jun 19, 2005 at 05:31:03PM +1200, Jonathan Chen wrote: > On Sat, Jun 18, 2005 at 06:07:08PM -0500, Anthony Philipp wrote: > > Hello guys, > > > > I just have a quick question. I have two FreeBSD-5.4-p2 machines, > > and instead of using cvsup on both machines to keep my ports up to > > date could I just rsync /usr/ports/ from the faster machine to the > > other one without any issues? I understand I could run a private > > cvsup server, but for two machines this seems a little excessive. > > Any suggestions or problems with this idea? > > It would be easier (and faster) to build the stuff on the faster machine > and create packages off it to give to the slower box. > > Check out "pkg_create -b". > Alright I will keep this in mind. Thanks for the tip. Anthony Philipp