[tor-commits] [metrics-web/master] Exclude microdescriptors from rsync.

karsten at torproject.org karsten at torproject.org
Wed Jan 22 16:09:29 UTC 2014


commit d1b7eb152982c2de2bebf7caf0dc5195fa183a9e
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jan 22 09:20:45 2014 +0100

    Exclude microdescriptors from rsync.
---
 shared/bin/01-rsync-descriptors.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/bin/01-rsync-descriptors.sh b/shared/bin/01-rsync-descriptors.sh
index 649675f..fa62c5e 100755
--- a/shared/bin/01-rsync-descriptors.sh
+++ b/shared/bin/01-rsync-descriptors.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
-rsync -arz --delete --exclude 'relay-descriptors/votes' metrics.torproject.org::metrics-recent shared/in
+rsync -arz --delete --exclude 'relay-descriptors/votes' --exclude 'relay-descriptors/microdescs' metrics.torproject.org::metrics-recent shared/in
 





More information about the tor-commits mailing list