From adbd7ba75768a23d6b5a08a9ed3b1e3a1b9b918f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Sep 2021 10:00:59 +0200 Subject: [PATCH] mirror-to-mirror.sh: also sync to plug-mirror.rcac.purdue.edu This is the deployed script for pushing to the primary mirrors. It starts with the 'repo' section and runs all the rsyncs in parallel to each primary mirror. Once the 'repo' syncs are done, it does the same process for the 'archive' syncs. This adds a new primary push mirror at PLUG. #163 !800 !792 [skip ci] --- examples/mirror-to-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \