mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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]
This commit is contained in:
parent
5b9fd12150
commit
adbd7ba757
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ set -e
|
||||||
cd /home/fdroid
|
cd /home/fdroid
|
||||||
for section in repo archive; do
|
for section in repo archive; do
|
||||||
echo "Started $section at `date`:"
|
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
|
set -x
|
||||||
# be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section!
|
# be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section!
|
||||||
rsync --archive --delay-updates --progress --delete \
|
rsync --archive --delay-updates --progress --delete \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue