No need to delete after

This commit is contained in:
David Bartley 2008-05-01 19:00:17 -04:00
parent 8f8a71c20c
commit 731b075f39
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 -rlHtv --delete-after \
rsync -rlHtv --delete \
--exclude "Archive-Update-in-Progress-${HOSTNAME}" \
--address=$ADDRESS $TMP_EXCLUDE \
$RSYNC_HOST::$RSYNC_DIR $TO >> $LOGFILE 2>&1