Hello! Well, I am using the following script to mirror:
#!/bin/sh /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::apache-site/dist/apr/ /web/mirrors/apache-site/dist/apr --exclude=incoming echo $(date)": apr-site was successfully synced" >> /web/apachesync.log /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::apache-site/dist/httpd/ /web/mirrors/apache-site/dist/httpd --exclude=incoming echo $(date)": httpd-site was successfully synced" >> /web/apachesync.log /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::jakarta-site/builds/ /web/mirrors/apache-site/dist/jakarta/ --exclude=/ant --exclude=/gump --excl ude=/scripts --exclude=/tomcat --exclude=/xmlrpc --exclude=nightly* echo $(date)": jakarta-site was successfully synced" >> /web/apachesync.log /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::java-site/dist/ /web/mirrors/apache-site/dist/java/ echo $(date)": java-site was successfully synced" >> /web/apachesync.log /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::perl-site/dist/ /web/mirrors/apache-site/dist/perl/ --exclude=incoming echo $(date)": perl-site was successfully synced" >> /web/apachesync.log /usr/bin/rsync --recursive --times --links --compress --delete --delete-excl uded --safe-links --verbose --include=.htaccess --include=.images --exclude= CVS --exclude=*~ --exclude=.* --exclude=obsolete --exclude=nightly www.apache.org::xml-site/dist/ /web/mirrors/apache-site/dist/xml/ --copy-links --exclude=/images --exclude= nightly echo $(date)": xml-site was successfully synced" >> /web/apachesync.log And as you can see from the following excerpt of my sync-log it seems that mirroring works .... So I really don't know why this is happening. Mon Jan 6 02:01:04 CET 2003: apr-site was successfully synced Mon Jan 6 02:01:10 CET 2003: httpd-site was successfully synced Mon Jan 6 02:01:19 CET 2003: jakarta-site was successfully synced Mon Jan 6 02:01:22 CET 2003: java-site was successfully synced Mon Jan 6 02:01:27 CET 2003: perl-site was successfully synced Mon Jan 6 02:01:30 CET 2003: xml-site was successfully synced Tue Jan 7 02:01:05 CET 2003: apr-site was successfully synced Tue Jan 7 02:01:12 CET 2003: httpd-site was successfully synced Tue Jan 7 02:01:21 CET 2003: jakarta-site was successfully synced Tue Jan 7 02:01:24 CET 2003: java-site was successfully synced Tue Jan 7 02:01:28 CET 2003: perl-site was successfully synced Tue Jan 7 02:01:32 CET 2003: xml-site was successfully synced Wed Jan 8 02:01:05 CET 2003: apr-site was successfully synced Wed Jan 8 02:01:10 CET 2003: httpd-site was successfully synced Wed Jan 8 02:01:19 CET 2003: jakarta-site was successfully synced Wed Jan 8 02:01:22 CET 2003: java-site was successfully synced Wed Jan 8 02:01:26 CET 2003: perl-site was successfully synced Wed Jan 8 02:01:30 CET 2003: xml-site was successfully synced Thu Jan 9 02:01:06 CET 2003: apr-site was successfully synced Thu Jan 9 02:01:11 CET 2003: httpd-site was successfully synced Thu Jan 9 02:04:57 CET 2003: jakarta-site was successfully synced Thu Jan 9 02:05:00 CET 2003: java-site was successfully synced Thu Jan 9 02:05:04 CET 2003: perl-site was successfully synced Thu Jan 9 02:05:08 CET 2003: xml-site was successfully synced Fri Jan 10 02:01:05 CET 2003: apr-site was successfully synced Fri Jan 10 02:01:10 CET 2003: httpd-site was successfully synced Fri Jan 10 02:01:17 CET 2003: jakarta-site was successfully synced Fri Jan 10 02:01:20 CET 2003: java-site was successfully synced Fri Jan 10 02:01:24 CET 2003: perl-site was successfully synced Fri Jan 10 02:01:28 CET 2003: xml-site was successfully synced Perhaps you find any mistakes in my script, but it was posted in this mailing ling some time ago and I copied it, to replace my former mirroring-command. Regards Flo Spiegel ----- Original Message ----- From: "Joshua Slive" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 8:53 PM Subject: Re: Mirror-Removal > > On Fri, 10 Jan 2003, Joshua Slive wrote: > > Since you seem to be up-to-date at the moment, I will add you back. But > > please check your update frequency. > > Oops. I take it back. You are not mirroring ant properly. Are you > perhaps mirroring via nagoya.apache.org or something strange like that? > Please compare your dist/ directory to www.apache.org/dist/ and let us > know when they match. > > Thanks. > > Joshua. >
