keep partially transferred files

This commit is contained in:
Pierre Schmitz 2010-06-25 21:40:45 +02:00
parent 85251a1d7b
commit 76f3e25949
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ for _arch in ${arch[@]}; do
fi
echo -n 'uploading '
rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts "${pkgfile}" -e ssh $server:staging/$repo || abort
rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts --partial "${pkgfile}" -e ssh $server:staging/$repo || abort
done
archrelease $repo-${_arch} || abort
done