So, ich hab das mal mir folgenden Einstellungen durchgezogen:
TO=/media/sdb1
# RSYNC_HOST is the site you have chosen from the mirrors file.
# (
http://www.debian.org/mirror/list-full)
# (mandatory)
RSYNC_HOST=ftp.de.debian.org
# RSYNC_DIR is the directory given in the "Packages over rsync:" line of
# the mirrors file for the site you have chosen to mirror.
# (mandatory)
RSYNC_DIR=debian/
# LOGDIR is the directory where the logs will be written to
# (mandatory)
LOGDIR=/var/log/spiegel
# ARCH_EXCLUDE kann genutzt werden, um eine komlette Architektur von den Mirrorn
# auszuschliessen. Diese werden durch leerzeichen getrennt.
# Mögliche Einstellungen sind:
# alpha, amd64, arm, hppa, hurd-i386, i386, ia64, m68k, mipsel, mips, powerpc, s390, sh and sparc
#
# Das ist eine spezielle Einstellung: source
# Dies ist keine Architektur, aber es wird alle source code in /pool ausschliessen.
#
# Bsp.
# ARCH_EXCLUDE="alpha arm hppa hurd-i386 ia64 m68k mipsel mips s390 sparc"
#
# Mit einer blanken ARCH_EXCLUDE werden alle verfügbaren Architekturen herunterladen.
# (optional)
ARCH_EXCLUDE="alpha amd64 arm hppa hurd-i386 ia64 m68k mipsel mips powerpc s390 sh sparc source"
# EXCLUDE is a list of parameters listing patterns that rsync will exclude, in
# addition to the architectures excluded by ARCH_EXCLUDE.
#
# Use ARCH_EXCLUDE to exclude specific architectures or all sources
#
# --exclude stable, testing, unstable options DON'T remove the packages of
# the given distribution. If you want do so, use debmirror instead.
#
# The following example would exclude mostly everything:
EXCLUDE="\
--exclude stable/ --exclude unstable/ \
--exclude source/ \
--exclude *.orig.tar.gz --exclude *.diff.gz --exclude *.dsc \
--exclude /contrib/ --exclude /non-free/ \
"
#
Trotz, dass ich eigentlich alles, außer der testing binarys zugelassen hatte, wird laut Debian-mirror.log die sarge heruntegeladen, nicht die etch. Da wird dokumentiert, dass gerade die Debian Kernel 2.4.27 sarge und 2.6.8. sarge heruntergeladen. das wollter ich ja nicht grade.
Hat jemand eine Idee, was ich falsch gemacht haben könnte?