diff --git a/roles/common/files/rsync b/roles/common/files/rsync new file mode 100644 index 0000000..408fcc5 --- /dev/null +++ b/roles/common/files/rsync @@ -0,0 +1,6 @@ +#!/bin/bash +# 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-alph1a +rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old \ No newline at end of file