diff options
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e312909a..5c0c8584 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -452,7 +452,7 @@ for dir in bin logparse cucumber live ; do done HOST_JOBS="hosts/$HOSTNAME/job-cfg" if [ -e "$HOST_JOBS" ] ; then - sudo rsync -r --copy-links --delete "$HOST_JOBS/" /srv/jenkins/job-cfg/ + sudo rsync -rpt --copy-links --delete "$HOST_JOBS/" /srv/jenkins/job-cfg/ sudo chown -R jenkins-adm.jenkins-adm /srv/jenkins/$dir else # tidying up ... assuming that we don't want clutter on peripheral servers |