Update 'roles/common/files/mirror-rsync'

This commit is contained in:
Anton McClure
2019-03-01 10:56:27 -05:00
parent 9c9f801fbb
commit 2e0a79a8f1

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-alpha
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old