[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rsync knoppix dvd download



On Fri, Aug 26, 2005 at 06:38:56PM +0530, L.V.Gandhi wrote:
> How to download knoppix dvd using rsync. I am accessing internet
> through a proxy. I tried rsync src des. I get error as
> [lvgandhi@lvgofficepc ~]$ rsync
> ftp://ftp.free.fr/mirrors/download.linuxtag.org/knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN.iso
> /mnt/wind/lvg/Linux/

If you want to download from ftp.free.fr first make sure there is an
rsync server willing to serve you:

$rsync ftp.free.fr::    (Note no ftp:// here)
rsync: failed to connect to ftp.free.fr: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(99)
$

It does not seem to be the case.

Anyhow if there was one, it would have replied with the names of the
rsync packages available.  

Let us try download.linuxtag.org:

$ rsync download.linuxtag.org::
knoppix         KNOPPIX rsync repository
OpenBSD         OpenBSD rsync repository
$

Now there is progress.

Next step:

$ rsync download.linuxtag.org::knoppix/dvd/
drwxr-xr-x        4096 2005/08/23 16:07:50 .
-rw-r--r--       35634 2005/08/18 03:34:26 KNOPPIX-CHANGELOG.txt
-rwxr--r--        1320 2005/08/18 03:36:03 KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch
-rw-r--r--          68 2005/08/16 09:03:56 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5
-rw-r--r--         304 2005/08/16 09:22:30 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5.asc
-rw-r--r--          76 2005/08/16 09:09:14 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1
-rw-r--r--         312 2005/08/16 09:22:33 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1.asc
-rw-r--r--          68 2005/08/16 09:13:36 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5
-rw-r--r--         304 2005/08/16 09:22:35 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5.asc
-rw-r--r--          76 2005/08/16 09:18:17 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1
-rw-r--r--         312 2005/08/16 09:22:37 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1.asc
-rw-r--r--         138 2005/08/17 18:39:41 __the_big_iso_only_via_rsync__
-rw-r--r--        9656 2005/08/16 11:04:02 knoppix-cheatcodes.txt
-rw-r--r--      260219 2005/08/16 09:25:06 packages-dvd.txt
$


Now I can download the dvd using

$ rsync -av --progress --partial download.linuxtag.org::knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN* .

to download all the files starting with KNOPPIX_V4.0DVD-2005-08-16-EN
to the directory from where I am working.

Regards
Johann

-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "Seeing then that all these things shall be dissolved, 
      what manner of persons ought ye to be? You ought to
      live holy and godly lives as you look forward to the
      day of God and speed its coming." 
                                II Peter 3:11,12 



Reply to: