You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirrors@apache.org by Apache Mirror Contact <co...@apache.mggugu.net> on 2007/09/08 20:52:59 UTC

Update check rsync

Hi all,

 

I can't think of proper rsync to do update check. I wanna do it as a cron
job also.

 

Regards,

Myat


RE: Update check rsync

Posted by "Henk P. Penning" <he...@cs.uu.nl>.
On Sun, 9 Sep 2007, Apache Mirror Contact wrote:

> Date: Sun, 9 Sep 2007 03:11:33 +0800
> From: Apache Mirror Contact <co...@apache.mggugu.net>
> To: 'Issac Goldstand' <ma...@beamartyr.net>, mirrors@apache.org
> Subject: RE: Update check rsync
> 
> I'm now thinking to use rsync -avu --delay-updates rsync.us.apache.org::apache-dist /path/to/mirror
> How do you think of it? (i'm a starter in this thing)

Hi,

   the apache mirror page

     http://www.apache.org/info/how-to-mirror.html

   ... suggests :

     rsync -rtlzv --delete rsync.apache.org::apache-dist /local/path/to/mirror

   We use

     rsync --delete --safe-links -av rsync.apache.org::apache-dist /l/p/m

   ... add '--stats' for more info
   ... add '--progress' if you run rsync 'by hand'

> Regards,
> Myat

   Regards,

   Henk Penning

----------------------------------------------------------------   _
Henk P. Penning, Computer Systems Group       R Uithof CGN-A232  _/ \_
Dept of Computer Science, Utrecht University  T +31 30 253 4106 / \_/ \
Padualaan 14, 3584CH Utrecht, the Netherlands F +31 30 251 3791 \_/ \_/
http://people.cs.uu.nl/henkp/                 M penning@cs.uu.nl  \_/

RE: Update check rsync

Posted by Apache Mirror Contact <co...@apache.mggugu.net>.
I'm now thinking to use rsync -avu --delay-updates rsync.us.apache.org::apache-dist /path/to/mirror
How do you think of it? (i'm a starter in this thing)

Regards,
Myat

-----Original Message-----
From: Issac Goldstand [mailto:margol@beamartyr.net] 
Sent: Sunday, 9 September, 2007 2:59 AM
To: contact@apache.mggugu.net
Subject: Re: Update check rsync

Hey there,
  I personally use /usr/bin/rsync -av --delete
rsync.eu.apache.org::apache-dist /home/mirror/apache

Hope that helps,
  Issac

Apache Mirror Contact wrote:
> Hi all,
> 
>  
> 
> I can’t think of proper rsync to do update check. I wanna do it as a
> cron job also.
> 
>  
> 
> Regards,
> 
> Myat
>