From 5f3df24cf53744ec2a0712b57f0f7866cad71ea8 Mon Sep 17 00:00:00 2001 From: hsc Date: Tue, 12 Jun 2012 15:13:12 +0000 Subject: [PATCH] don't distribute core dumps git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1330 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- scripts/distribute-experiment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/distribute-experiment.sh b/scripts/distribute-experiment.sh index e82f918f..48ec3fd3 100755 --- a/scripts/distribute-experiment.sh +++ b/scripts/distribute-experiment.sh @@ -39,7 +39,7 @@ fi for h in $FAIL_DISTRIBUTE_HOSTS do echo Distributing to $h ... - rsync -az --partial --delete . $h:"$FAIL_EXPERIMENT_TARGETDIR" & + rsync -az --partial --delete --delete-excluded --exclude=core . $h:"$FAIL_EXPERIMENT_TARGETDIR" & done wait