#!/bin/sh if [ `id -un` != 'mirror' ]; then echo "$0 must be run as user mirror" 1>&2 exit 1 fi set -x df /mirror date debmirror /mirror/debian --passive -a i386 -d woody,testing,unstable -h ftp.debian.org --getcontents date debmirror /mirror/debian-non-US -r /debian-non-US --passive -a i386 -d woody/non-US,testing/non-US,unstable/non-US -h non-us.debian.org --getcontents date debmirror /mirror/debian-security -r /debian-security --passive -a i386 -d woody/updates,testing/updates -h security.debian.org --getcontents date df /mirror