From owner-freebsd-questions@FreeBSD.ORG Sat Jun 18 23:14:04 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 EA34616A41C for ; Sat, 18 Jun 2005 23:14:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386B543D1D for ; Sat, 18 Jun 2005 23:14:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 16337 invoked by uid 207); 18 Jun 2005 23:14:03 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.94):. Processed in 0.310985 secs); 18 Jun 2005 23:14:03 -0000 Received: from dialup94.ach.sch.gr (HELO gothmog.gr) ([81.186.70.94]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Jun 2005 23:14:02 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j5INDwPX010882; Sun, 19 Jun 2005 02:13:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j5INDwSS010881; Sun, 19 Jun 2005 02:13:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Jun 2005 02:13:58 +0300 From: Giorgos Keramidas To: Anthony Philipp Message-ID: <20050618231358.GB9438@gothmog.gr> References: <20050618230708.GA24179@zeus.itg.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050618230708.GA24179@zeus.itg.uiuc.edu> Cc: freebsd-questions@freebsd.org 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: Sat, 18 Jun 2005 23:14:05 -0000 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.