diff --git a/buildbot/deploy_archives.sh b/buildbot/deploy_archives.sh index 071766b..6b2db07 100755 --- a/buildbot/deploy_archives.sh +++ b/buildbot/deploy_archives.sh @@ -54,9 +54,9 @@ if [[ -n "`ls ${ULPATH}`" ]]; then done if [[ -n "$DLHOST" ]]; then - rsync -av --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH} + rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH} else - rsync -av --ignore-existing ${ULPATH}/ ${DLPATH} + rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLPATH} fi else echo $ULPATH appears to contain no archives