On Tue, 2005-03-22 at 09:42, israel.garcia@xxxxxxxxxxxx wrote: > > > > I have 20 CentOS production servers in my company, so I want to set up > > an update mirror in my intranet, Does anybody know a script or > > something to do this? > > > I just do a rsync from a mirror close to me. The mirrors supporting > > rsync can be found on the mirror page on <http://www.centos.org/>. > > Hi Ralph, thanks for your soon answer, but my access to internet is trough http > proxies, rsyn is not allowed. I think wget can do this but I dont know how? In that case, just point all your machines to the same proxy and let the automatic caching take care of things: http_proxy=http://your_proxy_server:port yum update You should be sure that the proxy server is set up to cache large files. -- Les Mikesell les@xxxxxxxxxxxxxxxx