[tor-commits] [onionoo/master] Don't sync microdescriptors from metrics.tpo.

karsten at torproject.org karsten at torproject.org
Wed Jan 22 09:01:48 UTC 2014


commit 599b8111a20f53b7b24d3b38743fc07d06bc378d
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jan 22 09:17:22 2014 +0100

    Don't sync microdescriptors from metrics.tpo.
---
 bin/update.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update.sh b/bin/update.sh
index 3fd815c..1af995a 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
-rsync -arz --delete --exclude 'relay-descriptors/votes' metrics.torproject.org::metrics-recent in
+rsync -arz --delete --exclude 'relay-descriptors/votes' --exclude 'relay-descriptors/microdescs' metrics.torproject.org::metrics-recent in
 ant run >> log
 



More information about the tor-commits mailing list