No need for --delay-updates in standard rsync

Note: this should be reverted when we get a better mirror
This commit is contained in:
David Bartley 2008-04-23 16:16:59 -04:00
parent 1a0a88156a
commit 6c2d97bca6
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ trap "rm -f $LOCK" exit
set +e
# Now sync the remaining stuff
rsync --recursive --links --hard-links --times --verbose --delay-updates --delete-after \
rsync --recursive --links --hard-links --times --verbose --delete-after \
--exclude "Archive-Update-in-Progress-${HOSTNAME}" \
--address=$ADDRESS $TMP_EXCLUDE \
$RSYNC_HOST::$RSYNC_DIR $TO >> $LOGFILE 2>&1