Jason wrote:
> 
> The final release of 7.2 is available from
> 
> http://sunsite.uio.no/pub/unix/Linux/Mandrake/iso/

The rsync script no_mandrake-iso to download is listed below.  Change
the last line to where you want the files placed, then set the file
executable, and call it with:

./no_mandrake-iso

#!/bin/bash
echo
echo for a dry run use n parameter
echo

echo first inspect download files
rsync -rltv$1 --stats \
rsync://sunsite.uio.no/Mandrake/iso/
echo
echo ^C cancel if not what you want ...
echo
# do download
rsync -rltvP$1 --stats \
rsync://sunsite.uio.no/Mandrake/iso/ \
/local/downloads/mandrake/iso/

-- 
Regards,

Ron. [AU]

Reply via email to