[CentOS] Running a local mirror of centos?

2007-11-17 Thread Jason Pyeron
Now that we have 28 centos boxes up and running, we really want to minimize the up2date traffic. Is there a how to on mirroring centos? We are using rsync -azHv --delete-excluded --delete rsync://mirrors.kernel.org/centos/ --exclude-from=centos.excludes --bwlimit=64 --progress centos/ But then

Re: [CentOS] Running a local mirror of centos?

2007-11-17 Thread Hendrik Strydom
On Sat, 2007-11-17 at 17:46 -0500, Jason Pyeron wrote: > Now that we have 28 centos boxes up and running, we really want to minimize > the up2date traffic. > > Is there a how to on mirroring centos? > > We are using > > rsync -azHv --delete-excluded --delete rsync://mirrors.kernel.org/centos/ >