commit 1f92229bc389baae5b29981e866449eec5704abc Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Mar 9 12:09:08 2012 +0100
Exclude votes from rsync. --- bin/update.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/update.sh b/bin/update.sh index 8b11d2d..3fd815c 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -rsync -arz --delete metrics.torproject.org::metrics-recent in +rsync -arz --delete --exclude 'relay-descriptors/votes' metrics.torproject.org::metrics-recent in ant run >> log
tor-commits@lists.torproject.org