On Thu, 31 Oct 2002, Erik V. Anderson wrote:
> I've been looking all over redhat's page as well as google and can't
> find an answer to this question...how would one go about mirroring the
> redhat/en/i386 distribution?
>
> Here at work, we are starting to use redhat more and more and I would
> love to be able to have a local repository to do the installs from
> rather than doing everything from cds.
Sure, rpmfind.net has a few mirrors. Example:
rsync -avz --delete speakeasy.rpmfind.net::linux/redhat/8.0/en/ \
/local/redhat/8.0/en/
rsync -avz --delete speakeasy.rpmfind.net::linux/redhat/updates/8.0/en/ \
/local/redhat/updates/8.0/en/
Looks like the active rsync servers are speakeasy.rpmfind.net (Seattle)
and fr2.rpmfind.net (Lyon, France).
Jima