Removing unrequired mirrors

This commit is contained in:
Ubergeek 2020-04-24 09:43:30 -04:00
parent f17eb3dbc9
commit 70da3987a0
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,6 @@
# Mirror rsync jobs for ftp.thunix.net that run daily # 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 -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/ #rsync -avz --delete --safe-links rsync://rsync.apache.org/apache-dist /var/www/ftp.thunix.cf/apache/
rsync -rlptv --delete ftp.ibiblio.org::ldp_mirror /var/ftp/tldp rsync -rlptv --delete ftp.ibiblio.org::ldp_mirror /var/ftp/tldp

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Mirror rsync jobs for ftp.thunix.net that run hourly # Mirror rsync jobs for ftp.thunix.net that run hourly
rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /var/www/ftp.thunix.cf/gnu-ftp #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/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 #rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old