From 0e0376dbcb72c478ebdbe3a45b8e88877040b46b Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Wed, 27 Mar 2024 09:57:55 +0000 Subject: [PATCH] Delete rsync commands attempting to pull from from non-existent CDS VMs See ukf/ukf-meta#421 for details --- utilities/stats-sync.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utilities/stats-sync.sh b/utilities/stats-sync.sh index be55d97..d90b19a 100755 --- a/utilities/stats-sync.sh +++ b/utilities/stats-sync.sh @@ -15,12 +15,6 @@ rsync -at --exclude modsec* stats@md-ne-02:/var/log/httpd/* $logslocation/md/md- rsync -at --exclude modsec* stats@md-we-01:/var/log/httpd/* $logslocation/md/md-we-01/ rsync -at --exclude modsec* stats@md-we-02:/var/log/httpd/* $logslocation/md/md-we-02/ -# Logs from CDS servers -rsync -at --exclude modsec* stats@shibcds-ne-01:/var/log/httpd/* $logslocation/cds/shibcds-ne-01/ -rsync -at --exclude modsec* stats@shibcds-ne-02:/var/log/httpd/* $logslocation/cds/shibcds-ne-02/ -rsync -at --exclude modsec* stats@shibcds-we-01:/var/log/httpd/* $logslocation/cds/shibcds-we-01/ -rsync -at --exclude modsec* stats@shibcds-we-02:/var/log/httpd/* $logslocation/cds/shibcds-we-02/ - # Logs from websites rsync -at --exclude modsec* stats@www-ne-01:/var/log/httpd/* $logslocation/www/www-ne-01/ rsync -at --exclude modsec* stats@www-we-01:/var/log/httpd/* $logslocation/www/www-we-01/