challenge-sync-airbus: Use --delay-updates to avoid WRITE
This commit is contained in:
parent
c547c45d31
commit
59cf98ead2
2 changed files with 10 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ done &
|
|||
while ! [ -f SETTINGS/stop ] || [ /tmp/stop -nt SETTINGS/stop ]
|
||||
do
|
||||
# Synchronize static files pages
|
||||
rsync -e "$SSH_OPTS" -av --delete PKI TEAMS SETTINGSDIST "${FRONTEND_HOSTNAME}":"${BASEDIR}"
|
||||
rsync -e "$SSH_OPTS" -av --delete --delay-updates --partial-dir=.tmp/ PKI TEAMS SETTINGSDIST "${FRONTEND_HOSTNAME}":"${BASEDIR}"
|
||||
|
||||
# Synchronize submissions
|
||||
rsync -e "$SSH_OPTS" -av --ignore-existing --delay-updates --temp-dir=.tmp/ --partial-dir=.tmp/ --remove-source-files "${FRONTEND_HOSTNAME}":"${BASEDIR}"/submissions/ submissions/
|
||||
|
|
|
|||
Reference in a new issue