On Thu, 21 Dec 2000, Michael Doerner wrote:

> it must sound like a stupid question but I don't understand on which
> 'initial screen' I can use that?

he is meaning on the install disk/cdrom prompt when you 1st boot off the
cdrom or the floppy...

> So apparently I need to understand the "accept_upgrade" or I will have to
> download the iso (or I need to learn rsync?).

rsync's very easy once you get going, what your best doing is the
following

damienc@organism damienc >cp e-smith-4.1b1.iso e-smith-4.1b2.iso

damienc@organism damienc >rsync -avn ftp.e-smith.org::e-smith . | \
grep e-smith-4.1b2.iso
e-smith/dev/e-smith-4.1beta2/iso/e-smith-4.1b2.iso

damienc@organism damienc >rsync --archive --progress --stats \
--verbose --block-size=8192 \
ftp.e-smith.org::e-smith/e-smith/dev/\
e-smith-4.1beta2/iso/e-smith-4.1b2.iso .
receiving file list ... done
e-smith-4.1b2.iso
321593344 (100%)

Number of files: 1
Number of files transferred: 1
Total file size: 321593344 bytes
Total transferred file size: 321593344 bytes
Literal data: 56838144 bytes
Matched data: 264755200 bytes
File list size: 52
Total bytes written: 234151
Total bytes read: 56975264

wrote 234151 bytes  read 56975264 bytes  21192.60 bytes/sec
total size is 321593344  speedup is 5.62

little bit quicker than downloading it via ftp
 --
 Damien





Reply via email to