From 46afa689689486df873f78760b5585e161d6e348 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Fri, 1 Mar 2019 10:56:37 -0500 Subject: [PATCH] Update 'roles/common/files/mirror-rsync' --- roles/common/files/mirror-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/mirror-rsync b/roles/common/files/mirror-rsync index 8191fa9..5b1d5d9 100644 --- a/roles/common/files/mirror-rsync +++ b/roles/common/files/mirror-rsync @@ -1,5 +1,5 @@ #!/bin/bash -# Rsync jobs for ftp.thunix.net +# Mirror rsync jobs for ftp.thunix.net 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