Here is the command lines that pier posted to this list a while back. They work great as I've implemented them all on my mirror
Andrew 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 -----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED] Sent: Friday, 15 November 2002 1:37 PM To: [EMAIL PROTECTED] Subject: Re: mirroring jakarta? On 13/11/02 2:28, "David Coulthart" <[EMAIL PROTECTED]> wrote: > I maintain a local mirror (not publically accessible), which carries > the apache software by rsync'ing with www.apache.org::apache-dist. > I've received a request to mirror jakarta, but I have found that > jakarta-dist is not available via rsync & I don't seem to find any > public mirrors that actually have it either. I believe I remember > reading a thread a while back about this particular issue, but I > wanted to see if there were any updates on the subject? > > The user requesting jakarta specifically noted how slow it is to > retrieve it from apache.org & it seems like this is exactly what a > mirror is supposed to help. The idea was brought up of using wget to > mirror jakarta.apache.org/builds/, but I don't really want to have to > write the script for this & I'd prefer to save the bandwidth by using > rsync if it all possible. http://nagoya.apache.org/dist is an RSYNC mirror of Jakarta... (well, of ALL Apache)... Once I'm over this deadline I'll post more on how to do it... Though, I believe I posted my scripts on this list few weeks ago (anyone cares to dig them out?) Pier (dead.... LINE)
