ansible/roles/common/files/mirror-rsync

8 lines
551 B
Plaintext
Raw Normal View History

2019-03-01 15:45:55 +00:00
#!/bin/bash
# Mirror rsync jobs for ftp.thunix.net
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
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old
2019-05-14 18:00:25 +00:00
rsync -rvltpHS --delete-excluded rsync://ftp.halifax.rwth-aachen.de/ubuntu-releases/ /var/www/ftp.thunix.cf/ubuntu-releases
rsync -avz --delete --safe-links rsync://rsync.apache.org/apache-dist /var/www/ftp.thunix.cf/apache/