Return-Path: X-Original-To: apmail-mirrors-archive@www.apache.org Delivered-To: apmail-mirrors-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98BB675FC for ; Wed, 9 Nov 2011 11:15:36 +0000 (UTC) Received: (qmail 1374 invoked by uid 500); 9 Nov 2011 11:15:36 -0000 Delivered-To: apmail-mirrors-archive@apache.org Received: (qmail 1347 invoked by uid 500); 9 Nov 2011 11:15:36 -0000 Mailing-List: contact mirrors-help@apache.org; run by ezmlm Precedence: bulk Reply-To: mirrors@apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list mirrors@apache.org Received: (qmail 1340 invoked by uid 99); 9 Nov 2011 11:15:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 11:15:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.178 as permitted sender) Received: from [209.85.220.178] (HELO mail-vx0-f178.google.com) (209.85.220.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 11:15:29 +0000 Received: by vcbf11 with SMTP id f11so1654415vcb.23 for ; Wed, 09 Nov 2011 03:15:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=36AxhzdS4A0vsBkgV1gcPIQ8s8xRUQm9gMicxcSU+HY=; b=RNbR/JIrEzyjU5mbXvryKSlr9S/Nq3N7SvS5xAhZ84jomNLwIyLx2TwTgdOb4/LOOm OKDKYWm89PHO8lR5IN8c/hOGjZbM2Nf+uz59Hwq++5RtUVhhmBZuVfKH3xEzDuNhzbCv 4nuPmvxERmMPOarymXewpkCnR6IcGS7zcXstE= MIME-Version: 1.0 Received: by 10.52.30.42 with SMTP id p10mr3593533vdh.127.1320837309056; Wed, 09 Nov 2011 03:15:09 -0800 (PST) Received: by 10.220.151.136 with HTTP; Wed, 9 Nov 2011 03:15:09 -0800 (PST) In-Reply-To: <4EBA5ABF.4000709@fubra.com> References: <20111109045205.2D6F675EC@minotaur.apache.org> <4EBA5ABF.4000709@fubra.com> Date: Wed, 9 Nov 2011 11:15:09 +0000 Message-ID: Subject: Re: your apache mirror From: sebb To: mirrors@apache.org Cc: mirrors@fubra.com Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 9 November 2011 10:49, Jonathon Wardman wrote: > Hi there, > > We're currently going through a process of re-organisation of our mirror > structure including re-branding our mirror under our web hosting arm, CatN. > As part of this the Apache mirror was migrated a day or two ago to a new > server and the sync turned off on the old server, hence the old mirror being > stale. > > I have just manually updated the old mirror.fubra.com site to resolve the > immediate problem, but I would appreciate if we could get the mirror on your > site updated to the following: > > URL: http://mirror.catn.com/pub/apache/ > Update frequency: twice daily > Repo: rsync.eu.apache.org::apache-dist > Bandwidth: Currently undergoing upgrades across the network to 1GB/s > Rsync IP: 87.124.126.48 > > The remaining information remains the same. > > Let me know if there's anything else / different I need to do in order to > get this change implemented. Mirror requests are a lot easier to track through JIRA - would it be possible to create an issue with the details? > Thanks, > Jonathon > > On 09/11/2011 04:52, apmirror@apache.org wrote: > > Hi mirrors@fubra.com, > > thanks for supporting apache.org with your apache mirror at > > http://mirror.fubra.com/ftp.apache.org/ > > We have looked at your mirror and it is now 5 days old. > Please see the overview of the state of all apache mirrors : > > http://www.apache.org/mirrors/ > > If your mirror becomes too much out-of-date, > we will have to delete it from the mirror list. > > If you have questions, please look up the how-to-mirror page > > http://www.apache.org/info/how-to-mirror.html > > or send mail to the mirrors list (mirrors@apache.org). > > NOTE : this reminder mail is generated automatically, and > it is sent once a week to mirrors over 3 days old. > > Thanks, regards, > > The apache.org mirror team. > > ---------------------------------------------------------------- > > Some quick reference info : > > -- apache rsync sources for your apache mirror : > > europe : rsync.eu.apache.org > usa : rsync.us.apache.org > world : rsync.apache.org > > -- rsync command to use : > > rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror > > where SOURCE is one of the apache rsync sources. > > Use --progress when you rsync 'by hand'. > > -- your crontab entry should be like > > MIN HR * * * /usr/bin/rsync .......... > > where MIN (for minute) is some number between 0 and 59 > and HR for (hour) is a number between 0 and 23 ; example > > 42 7 * * * /usr/bin/rsync ..... > 23 21 * * * /usr/bin/rsync ..... > > Please don't use minute 0, because everybody does that :-) > > BAD : 0 21 * * * /usr/bin/rsync ..... > > Never, never use minute * ; you will sync *every*minute*. > > VERY, VERY BAD : * 21 * * * /usr/bin/rsync ..... > > -- frequency : once or twice a day is fine ; > more than four times a day is too much. > >