[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit d1b7eb152982c2de2bebf7caf0dc5195fa183a9e
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
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
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits