Bonjour, Merci pour vos r�ponses et vos scripts.
Finalement j'ai d�cid� d'utiliser 'apt-move' qui fait tout cela tr�s bien. La documentation est simple et la configuration facile. Il faut juste veiller � ne pas oublier de mettre votre archive locale en t�te de votre sources.dist. Voici un extrait de mon echange sur la mailing list debian user. Ga�l, ---- > My sources.list looks like something like that : > > deb http://ftp.fr.debian.org/debian potato main contrib non-free > deb http://ftp.fr.debian.org/debian-non-US potato/non-US main contrib > non-free > > deb-src http://ftp.fr.debian.org/debian potato main contrib non-free > deb-src http://ftp.fr.debian.org/debian-non-US potato/non-US main contrib > non-free > > I'm creating the mirror on a machine using potato with hight bandwith (ADSL > in french). > But I want to mirror the woody archive. You have to change the lines to woody and add your machine on top of the sources.list. You have to be careful with this because you shouldn't do any apt-get install or apt-get upgrade, otherwise your machine would have woody packages installed which could end up in a chaos. If you only run apt-get update, nothing on your machine will change (except the package lists of course). If you want to install something on your machine change the lines back to potato, comment your local mirror out and run apt-get update, install all the packages you need and then change back everything to mirror again. You could write a little script for doing this. -- Ga�l Pegliasco (mailto:[EMAIL PROTECTED]) E-CONCEPTS - Groupe INFO-NET Syst�mes - (http://www.infonet.fr) BP 33717 - 44337 Nantes cedex 3 - France T�l. +33 (0)2 40 50 14 19 - Fax : +33 (0)2 40 50 68 76

