Files
ansible/roles/common/files/mirror-rsync

6 lines
326 B
Plaintext
Raw Normal View History

2019-03-01 10:45:55 -05:00
#!/bin/bash
# Mirror rsync jobs for ftp.thunix.net
2019-03-01 10:45:55 -05:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /var/www/ftp.thunix.cf/gnu-ftp
2019-03-01 10:49:08 -05:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/alpha/ /var/www/ftp.thunix.cf/gnu-alpha
2019-03-01 10:45:55 -05:00
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old