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

7 lines
346 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
2020-04-24 13:43:30 +00:00
#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