From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 12:30:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9DB71065679 for ; Sun, 3 Aug 2008 12:30:48 +0000 (UTC) (envelope-from fbsd06+YO=fb00dd13@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id A9DF68FC2C for ; Sun, 3 Aug 2008 12:30:48 +0000 (UTC) (envelope-from fbsd06+YO=fb00dd13@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 59F9A163F77 for ; Sun, 3 Aug 2008 08:15:00 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E4E4E23E3E2 for ; Sun, 3 Aug 2008 08:14:52 -0400 (EDT) Date: Sun, 3 Aug 2008 13:14:33 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080803131433.56480f6b@gumby.homeunix.com.> In-Reply-To: <200808030557.00555.gnemmi@gmail.com> References: <200808021550.48302.marshc187@gmail.com> <200808030531.35062.gnemmi@gmail.com> <20080803084117.GA1862@bacardi.frase.id.au> <200808030557.00555.gnemmi@gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: gemeral questions (noobish) 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, 03 Aug 2008 12:30:48 -0000 On Sun, 3 Aug 2008 05:57:00 -0300 Gonzalo Nemmi wrote: > On Sunday 03 August 2008 05:41:19 you wrote: > > Well, yes. `portsnap cron update` if running from cron. My point > > was that you can do fetch and update in one operation :) > > Oh sure ! > > But check this out, this is interesting (at least for me): by using > the -I flag I only update the INDEX file and not the whole port tree. > > From man portsnap: > "-I For the update command, update INDEX files, but not the > rest of the ports tree." > > Now why would I want to do that? > Well .. bandwith basically.. since Im running "portsnap cron update" > via cron, on a daily basis, I don't want to hammer the repos for no > real reason ;) I don't think that makes a difference, the -I option prevents portsnap from updating the ports tree from the local compressed snapshot, but AFAIK you're still updating the snapshot from the server.