Add 'roles/common/files/rsync'

This commit is contained in:
Anton McClure 2019-03-01 10:45:55 -05:00
parent 460bc07b8b
commit 863d6d6952
1 changed files with 6 additions and 0 deletions

6
roles/common/files/rsync Normal file
View File

@ -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