From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 17:05:47 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 E773016A41C for ; Sun, 19 Jun 2005 17:05:47 +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 B319843D4C for ; Sun, 19 Jun 2005 17:05:47 +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 j5JH5lui008409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Jun 2005 12:05:47 -0500 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.12.11/8.12.11/Submit) id j5JH5lvM008407 for freebsd-questions@freebsd.org; Sun, 19 Jun 2005 12:05:47 -0500 Date: Sun, 19 Jun 2005 12:05:47 -0500 From: Anthony Philipp To: freebsd-questions@freebsd.org Message-ID: <20050619170546.GA8198@zeus.itg.uiuc.edu> References: <20050618230708.GA24179@zeus.itg.uiuc.edu> <20050618231358.GB9438@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050618231358.GB9438@gothmog.gr> 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:05:48 -0000 On Sun, Jun 19, 2005 at 02:13:58AM +0300, Giorgos Keramidas wrote: > On 2005-06-18 18:07, 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? > > Certainly. Just make you don't synchronize work/ subdirectories too, > if they contain prebuilt binaries that don't match the setup of the > destination machine. You mean the work directories such as /usr/ports/net/gaim/work? Or did you mean a different work directory? Anthony Philipp