From aae31352af53857519f0f0c95f3873a4d7a53f15 Mon Sep 17 00:00:00 2001 From: chb Date: Thu, 9 Aug 2012 15:52:19 +0000 Subject: [PATCH] FAIL: exclude trace.tc from being distributed * this file can grow exremly large * and is only needed for the server git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1481 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 36c3ab77..651376be 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 --delete-excluded --exclude=core . $h:"$FAIL_EXPERIMENT_TARGETDIR" & + rsync -az --partial --delete --delete-excluded --exclude=core --exclude=trace.tc . $h:"$FAIL_EXPERIMENT_TARGETDIR" & done wait