Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2007 17:44:40 +0100
From:      DeuZa <deuza42@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Local mirror
Message-ID:  <f37d8caa0701270844r59f02a50s543c4f4504b605e4@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi the list,

For 3 box I want make a "little" mirror :

I have activate anonymous account behind a NAT, in private adress so ..
No problem about secu

All the 2 hours i have a little script for synchronisate 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 ?

Thanks for your help

2A



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f37d8caa0701270844r59f02a50s543c4f4504b605e4>