Thanks piere, that should keep some of the mirrors happy that want to mirror the lot.
Personally I don't have enough bandwidth to mirror down everything :-( Andrew -----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED] Sent: Friday, 25 October 2002 10:10 AM To: [EMAIL PROTECTED] Subject: [NAGOYA.APACHE.ORG] How's it done? Since it looks like that other mirrors want to get a hold on the different subsites, those are the rsync commands I use to mirror the different stuff on Nagoya... Pier APR.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::apache-site/dist/apr/ /export/www/nagoya.apache.org/dist/apr > --exclude=incoming HTTPD.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::apache-site/dist/httpd/ > /export/www/nagoya.apache.org/dist/httpd --exclude=incoming JAKARTA.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::jakarta-site/builds/ > /export/www/nagoya.apache.org/dist/jakarta/ --exclude=/ant --exclude=/gump > --exclude=/scripts --exclude=/tomcat --exclude=/xmlrpc --exclude=nightly* JAVA.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::java-site/dist/ /export/www/nagoya.apache.org/dist/java/ PERL.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::perl-site/dist/ /export/www/nagoya.apache.org/dist/perl/ > --exclude=incoming XML.APACHE.ORG > /usr/local/bin/rsync --recursive --times --links --compress --delete > --delete-excluded --safe-links --verbose --include=.htaccess --include=.images > --exclude=CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly > www.apache.org::xml-site/dist/ /export/www/nagoya.apache.org/dist/xml/ > --copy-links --exclude=/images --exclude=nightly
