> The following is current instructions on the
> Mandrake homepage for getting cooker along
> with the mirror and the wget instructions can
> the rsync instructions be added? and how do
> you use rsync to get cooker with out getting
> all the .src.rpm's?

Use something like this (this is what I use, it works great..):

(Be aware, these lines are purposely wrapped due to their length..)

#!/bin/bash

rsync -av --delete --exclude "*.src.rpm" \ 
ftp.sunet.se::Mandrake-devel/cooker \ 
/mirror/linux/mandrake

rsync -av --delete --exclude "*.src.rpm" \ 
ftp.sunet.se::Mandrake-crypto/7.1 \ 
/mirror/linux/mandrake/crypto

rsync -av --delete --exclude "*.src.rpm" \ 
ftp.sunet.se::Mandrake/updates/7.1/RPMS \ 
/mirror/linux/mandrake/updates/7.1

rsync -av --delete --exclude "*.src.rpm" \ 
ftp.sunet.se::Mandrake/updates/7.1/descriptions \ 
/mirror/linux/mandrake/updates/7.1 


Don Head
Linux Mentor
Wave Technologies, Inc.
[EMAIL PROTECTED]

Reply via email to