From 9c9f801fbb0496845e3720335aba0178bf536c0f Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Fri, 1 Mar 2019 10:49:08 -0500 Subject: [PATCH] Fixed typo --- roles/common/files/rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/rsync b/roles/common/files/rsync index 408fcc5..8191fa9 100644 --- a/roles/common/files/rsync +++ b/roles/common/files/rsync @@ -2,5 +2,5 @@ # 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-alph1a +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 \ No newline at end of file