Setting up a Inferno mirror
-as of Wed Nov 2 04:47:12 EST 2005-
To
setup
a
mirror
of
the
files
for
the
Inferno
operating
system.
WHAT YOU NEED
- http://www.9grid.de/mirrorinferno
PREPARATION
hget http://www.9grid.de/mirrorinferno > /rc/bin/mirrorinferno; chmod 775 /rc/bin/mirrorinferno;
Change now the line:
cd /usr/web/inferno
to the directory where you want to mirror Inferno.
MIRRORING INFERNO
/rc/bin/mirrorinferno;
THE CRONJOB
# This example assumes "bootes" being able to access the directory where you mirror Inferno. # The cronjob will be done every night at 0:00 on the computer. echo '0 0 * * * local mirrorinferno' >> /cron/bootes/cron
Have fun.