On Tue, 15 Jun 2004 09:40:56 -0400
Bryan Phinney <[EMAIL PROTECTED]> wrote:

> On Tuesday 15 June 2004 09:08 am, Jamie Kerwick wrote:
> 
> > Has anyone managed to get a local mirror working ?? If so, can you let
> > me know how you achieved this?? (oh and how much disk-space is used)
> 
> Yes.  Using Rsync, there are instructions for doing so on the Mandrakelinux 
> download site.  The mirror size totally depends on what you mirror.  You can 
> mirror the Official files, Community files, Cooker files, ISO Files, and 
> Updates separately.  There is also the optional Contrib section, PLF 
> repository, and a few others.
> 
> If you want pretty much everything, plan on about 16GB.
> -- 
> Bryan Phinney
> Software Test Engineer
> 
There is a application .. dalziel-1.2 .. explicitly created for mandrake mirroriring  
when I last looked into this.
You could create your own script with rsync and create include/exclude files and use 
rsync friendly sites. I have done this in suse 9.0. It is not that complicated once 
you got the hang of it.

here is a example of the rsync command I used in suse..
rsync -auvv  --stats --delete --exclude-from=/home/internet/test-ftp/0000-gwdg-exclude 
ftp.gwdg.de::pub/linux/suse/ftp.suse.com/suse/i386/update/9.0/. 
/var/lib/YaST2/you/mnt/i386/update/9.0/.

Here is one I use to list kernels..in mdk10..
rsync -auvv --stats --exclude-from=/home/internet/Test-kernels/files-exclude \
 ftp.sunet.se::pub/Linux/distributions/mandrakelinux/official/updates/10.0/RPMS/.
The ..files-exclude.. look like this..

+ kernel-2.6.3*.rpm
+ kernel-source-2.6.3*.rpm
- *.*

This may give you some idea what could be done by yourself..but look into dalziel.
HTH
-- 
Johan Sch
Registered Linux User #33034
May this be a good day for learning

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to