Debian Hack - How to Setup your Mirror!
...setup your mirror
Mirror is a way of replicating one server to another btw if you didnt know
To download the mirrors I use this script
bin/bash OPTIONS="--nosource --progress --postcleanup --ignore-release-gpg --ignore-small-errors --pdiff=none"; MIRROR=`basename ${0} | cut -f2 -d " "` DEST="/home/debian-mirror" case "${MIRROR}" in "debian"...
