Update 'roles/common/files/mirror-rsync'
This commit is contained in:
parent
2e0a79a8f1
commit
46afa68968
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Rsync jobs for ftp.thunix.net
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue