diff --git a/examples/mirror-to-mirror.sh b/examples/mirror-to-mirror.sh index ecb4c10e..7799c020 100644 --- a/examples/mirror-to-mirror.sh +++ b/examples/mirror-to-mirror.sh @@ -15,7 +15,7 @@ set -e cd /home/fdroid for section in repo archive; do echo "Started $section at `date`:" - for host in fdroid@mirror.f-droid.org fdroid@ftp-push.lysator.liu.se; do + for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@mirror.f-droid.org; do set -x # be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section! rsync --archive --delay-updates --progress --delete \