ansible/roles/webserver/files/mirror-rsync-daily

8 lines
360 B
Plaintext
Raw Normal View History

#!/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
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/
#rsync -rlptv --delete ftp.ibiblio.org::ldp_mirror /var/ftp/tldp
2019-11-11 01:47:04 +00:00