diff --git a/scripts/distribute-experiment.sh b/scripts/distribute-experiment.sh
index e82f918f1c27b7cc6e542133761a5d1d9d521043..48ec3fd32c749f93fd6458a807b1346e8d1a60d6 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