mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
moving from common to webserver
This commit is contained in:
6
roles/webserver/files/mirror-rsync
Normal file
6
roles/webserver/files/mirror-rsync
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Mirror rsync jobs for ftp.thunix.net
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user