From 34d869ea34976ff8f1f066a098243f39db53fbd1 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Tue, 14 May 2019 14:00:25 -0400 Subject: [PATCH] add apache mirror --- roles/common/files/mirror-rsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/files/mirror-rsync b/roles/common/files/mirror-rsync index 4cc7d78..e86d077 100644 --- a/roles/common/files/mirror-rsync +++ b/roles/common/files/mirror-rsync @@ -4,4 +4,5 @@ rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /var/www/ftp.thunix.cf/gnu-ftp rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/alpha/ /var/www/ftp.thunix.cf/gnu-alpha rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old -rsync -rvltpHS --delete-excluded rsync://ftp.halifax.rwth-aachen.de/ubuntu-releases/ /var/www/ftp.thunix.cf/ubuntu-releases \ No newline at end of file +rsync -rvltpHS --delete-excluded rsync://ftp.halifax.rwth-aachen.de/ubuntu-releases/ /var/www/ftp.thunix.cf/ubuntu-releases +rsync -avz --delete --safe-links rsync://rsync.apache.org/apache-dist /var/www/ftp.thunix.cf/apache/ \ No newline at end of file