Re: how to create mirror

"Nicolas Ross" <rossnick-lists-NtXotD1+XZAsA/[email protected]> Thu, 30 Jun 2005 12:25:22 -0400
Newsgroups gmane.linux.tao.general
Message-ID <023601c57d90$5056de00$1a07a8c0@civicXp>
I use a little shell script with lftp to do it :

#!/bin/sh
cd /stuff/Tao/tao-1.0-i386/

/usr/bin/lftp << EOF
set net:max-retries 2
open dist.taolinux.org
cd /pub/taolinux/tao-1.0-i386/
mirror -e -v updates updates
EOF

Nicolas

----- Original Message ----- 
From: "MOKRANI Rachid" <[email protected]>
To: <[email protected]>
Sent: Thursday, June 30, 2005 8:34 AM
Subject: [Tao-discuss] how to create mirror


> Hi,
>
> How can i created an internal and private mirror form
> http://dist.taolinux.org
>
> We would like to update a lot of workstation with yum, but we would like 
> to
> use an internal and private mirror site in our site.
>
> I think i need an autorisation from the server administrator, and I need a
> username and password for login.
>
> Regards.
>
>
> __________________________
>
> Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et 
> établi à l'intention exclusive de ses destinataires. Toute utilisation de 
> ce message non conforme à sa destination, toute diffusion ou toute 
> publication, totale ou partielle, est interdite, sauf autorisation 
> expresse. L'IFP décline toute responsabilité au titre de ce message.
>
> This message and any attachments (the message) are confidential and 
> intended solely for the addressees. Any unauthorised use or dissemination 
> is prohibited. IFP should not be liable for this message.
>
> Visitez notre site Web / Visit our web site : http://www.ifp.fr
> __________________________
>
>
>
>
>
> _______________________________________________
> Tao-discuss mailing list
> [email protected]
> http://mailman.taolinux.org/mailman/listinfo/tao-discuss
>