[tor-commits] [onionoo/master] Exclude votes from rsync.

karsten at torproject.org karsten at torproject.org
Fri Mar 9 11:09:37 UTC 2012


commit 1f92229bc389baae5b29981e866449eec5704abc
Author: Karsten Loesing <karsten.loesing at 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
 



More information about the tor-commits mailing list