From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 28 12:48:10 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE63E16A404 for ; Sun, 28 Jan 2007 12:48:09 +0000 (UTC) (envelope-from deuza42@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF0E13C48D for ; Sun, 28 Jan 2007 12:48:09 +0000 (UTC) (envelope-from deuza42@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1643522nfc for ; Sun, 28 Jan 2007 04:48:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uhKu2fJ6J3MI1qe4Qn7IoEBxBxazMBuhWDnvx8jI5GleirU5H3e2jYzq4qUcT4hdcV7S176Lx4jknUBErGcVEPdaFGL6h43eK8KGEqJTsTtsqx1g91SZvrLDgSGY6WGQcWzAWhhRJiIP31JMg8VOO5Qpb3UVItC6UA4D6M3uwYA= Received: by 10.82.148.7 with SMTP id v7mr508872bud.1169988488062; Sun, 28 Jan 2007 04:48:08 -0800 (PST) Received: by 10.82.183.13 with HTTP; Sun, 28 Jan 2007 04:48:08 -0800 (PST) Message-ID: Date: Sun, 28 Jan 2007 13:48:08 +0100 From: DeuZa To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Local mirror X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 12:48:11 -0000 Hi the list, I post this in questions@ without result :( Maybe here ? :) For 3 box I want make a "little" FTP mirror : I have activate anonymous account behind a NAT, in private adress so .. No problem about secu All the 2 hours I running a little script for synch this directory : ROOT=/var/ftp/pub/FreeBSD $ROOT/tools (for installation) $ROOT/ports/distfiles/ (53Go All the last ports sources ?) $ROOT/ports/i386/packages-6.2-release/ (15Go All the last package for 6.2-RELEASE ?) $ROOT/ports/i386/packages-6-stable/ (20Go All the last packages for 6-STABLE) $ROOT/releases/i386/6.2-RELEASE (282Mo For make installation about this server) $ROOT/releases/i386/ISO-IMAGES/6.2 (1,4Go To have some my hands :) My questions is for mirror-master :) What's your politic about distfiles/ packages*/ directory ? How many time about retention ? We're ok if my 3 boxes are in /etc/make.conf : MASTER_SITE_BACKUP?= ftp://localserver/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP} I using portinstall/portupgrade In the /usr/local/etc/pkgtools.conf I have add : USE_PKGS = [ '*', ] All is fine ? How indicate a package server ? Thanks for your help 2A