#!/bin/bash #set -x set -e echo -e "\n\n\n" echo "#########################################" echo -e "\n\n\n" # project branch buildid-changesetnr(latest) export RSYNCDST="/srv/download/AGL/xds/" export RSYNCSRC=$(pwd)/UPLOAD/* LANG=C tree $RSYNCSRC #set #exit 0 ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST} rsync -avr -l --inplace --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST