diff options
author | Joerg Jaspert <joerg@debian.org> | 2008-09-27 23:24:23 +0200 |
---|---|---|
committer | Joerg Jaspert <joerg@debian.org> | 2008-09-27 23:24:23 +0200 |
commit | 090a35fdf01678aca4bdc9752756f12af91dd9d1 (patch) | |
tree | 0d39d66c63d7f35b05ad7596ca712a4e59eaadce | |
parent | 5487f9500afe232d10377175ed474480fbfcebae (diff) |
Dont use paths
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-x | bin/ftpsync | 2 |
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 |