2019-05-14 18:17:49 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Mirror rsync jobs for ftp.thunix.net that run daily
|
|
|
|
|
2023-07-08 21:25:01 +00:00
|
|
|
#rsync -rvltpHS --delete-excluded rsync://ftp.halifax.rwth-aachen.de/ubuntu-releases/ /var/www/ftp.thunix.cf/ubuntu-releases
|
2020-04-24 13:43:30 +00:00
|
|
|
#rsync -avz --delete --safe-links rsync://rsync.apache.org/apache-dist /var/www/ftp.thunix.cf/apache/
|
2023-07-08 21:25:23 +00:00
|
|
|
#rsync -rlptv --delete ftp.ibiblio.org::ldp_mirror /var/ftp/tldp
|
2019-11-11 01:47:04 +00:00
|
|
|
|