ansible/roles/webserver/files/mirror-rsync-hourly

7 lines
343 B
Plaintext
Raw Normal View History

2019-03-01 15:45:55 +00:00
#!/bin/bash
2019-05-25 13:33:45 +00:00
# Mirror rsync jobs for ftp.thunix.net that run hourly
2019-03-01 15:45:55 +00:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /var/www/ftp.thunix.cf/gnu-ftp
2019-03-01 15:49:08 +00:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/alpha/ /var/www/ftp.thunix.cf/gnu-alpha
2019-05-25 13:33:45 +00:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old