#! /bin/sh MIRRORDIR=/var/ftp/pub/mirrors SCRIPTS=/var/ftp/pub/scripts VERBOSE=1 MIRROR=ftp.crc.ca # export RSYNC_PROXY=morgan:3128 if [ ! -z $VERBOSE ]; then VRB="-v --progress --stats" fi set -x rsync $VRB -a --delete --partial --delete-excluded \ --exclude-from=$SCRIPTS/fetch-contrib.exclude \ $MIRROR::redhat-contrib/ $MIRRORDIR/redhat/contrib/