From 863d6d6952a6d96a1e12780f36bf744e2de8d194 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Fri, 1 Mar 2019 10:45:55 -0500 Subject: [PATCH] Add 'roles/common/files/rsync' --- roles/common/files/rsync | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/common/files/rsync diff --git a/roles/common/files/rsync b/roles/common/files/rsync new file mode 100644 index 0000000..408fcc5 --- /dev/null +++ b/roles/common/files/rsync @@ -0,0 +1,6 @@ +#!/bin/bash +# 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/old-gnu/ /var/www/ftp.thunix.cf/gnu-old \ No newline at end of file