From 6c2d97bca65e64ec08cf039bf198e2c4b4fba4b4 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Wed, 23 Apr 2008 16:16:59 -0400 Subject: [PATCH] No need for --delay-updates in standard rsync Note: this should be reverted when we get a better mirror --- csc-sync-standard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csc-sync-standard b/csc-sync-standard index 5385acd..fa0c855 100755 --- a/csc-sync-standard +++ b/csc-sync-standard @@ -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