mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Add 'roles/common/files/mirror-rsync-daily'
This commit is contained in:
5
roles/common/files/mirror-rsync-daily
Normal file
5
roles/common/files/mirror-rsync-daily
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Mirror rsync jobs for ftp.thunix.net that run daily
|
||||
|
||||
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/
|
||||
Reference in New Issue
Block a user