#! /bin/sh MIRRORDIR=/mirror/ftp/pub/linux SCRIPTS=/home/apt-get/apt-scripts MIRROR=ftp.ximian.com if [ ! -z $VERBOSE ]; then VRB="-v --progress --stats" fi if [ ! -z $DELETE ]; then DLT="--delete-after --delete-excluded" fi set -x rsync $VRB -a $DLT --partial \ --exclude-from=$SCRIPTS/fetch-ximian.exclude \ $MIRROR::ximian/ $MIRRORDIR/ximian/