summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-09-27 23:24:23 +0200
committerJoerg Jaspert <joerg@debian.org>2008-09-27 23:24:23 +0200
commit090a35fdf01678aca4bdc9752756f12af91dd9d1 (patch)
tree0d39d66c63d7f35b05ad7596ca712a4e59eaadce /bin/ftpsync
parent5487f9500afe232d10377175ed474480fbfcebae (diff)
Dont use paths
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 6914f7a..3d2df90 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -67,7 +67,7 @@ TRACE=${TRACE:-"project/trace/${HOSTNAME}"}
RSYNC=${RSYNC:-rsync}
# Default rsync options for *every* rsync call
-RSYNC_OPTIONS=${RSYNC_OPTIONS:-"-rltvHSB8192 --timeout 3600 --stats --exclude ${LOCK} --exclude ${TRACE} --exclude ${UPDATEREQUIRED}"}
+RSYNC_OPTIONS=${RSYNC_OPTIONS:-"-rltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${HOSTNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${HOSTNAME}"}
# Options we only use in the first pass, where we do not want packages/sources to fly in yet
RSYNC_OPTIONS1=${RSYNC_OPTIONS1:-"--exclude Packages* --exclude Sources* --exclude Release* --exclude ls-lR*"}
# Options for the second pass, where we do want everything