From 37ad98118921866c7754c94c3f0f708db8dbc695 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Wed, 12 Mar 2014 08:11:01 +0100 Subject: [PATCH] Do not remove afs files and job log files at the end of the submission, only the other files --- cluster_tools/gate_run_submit_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster_tools/gate_run_submit_cluster.sh b/cluster_tools/gate_run_submit_cluster.sh index ab348d9..24fdab9 100755 --- a/cluster_tools/gate_run_submit_cluster.sh +++ b/cluster_tools/gate_run_submit_cluster.sh @@ -118,5 +118,5 @@ done echo "runid is ${RUNID}" if test "$(dnsdomainname)" = "in2p3.fr" then - rsync -av --remove-source-files -e "ssh -i ${HOME}/.ssh/ccin2p3" ${OUTPUTDIR}/ "linux1.dg.creatis.insa-lyon.fr:./cc/$(basename ${OUTPUTDIR})" + rsync -av --remove-source-files -e "ssh -i ${HOME}/.ssh/ccin2p3" ${OUTPUTDIR}/ "linux1.dg.creatis.insa-lyon.fr:./cc/$(basename ${OUTPUTDIR})" --exclude '.__afs*' --exclude "${OUTPUTDIR}/gatejob.*.o*" fi -- 2.45.1