This is an update to the rsync script in the parent of this message.
Note 1: Since cooker and 7.2beta are running in tandem until 7.2beta
is frozen, downloading of cooker is no longer done. Caution: This
will cause your entire cooker tree to be deleted, so save it first
elsewhere. Your space requirement reduces to 1,551,735,584 bytes.
If you still want cooker, remove the --exclude=cooker/ \ line.
Note 2: the kde-i18n-* locale RPMs and the new linuxconf-lang-*
locale RPMs and the installer's locale po files are no longer
downloaded.
Note 3: The contrib RPM tree is also downloaded. I neglected to
mention this in the parent message.
Note 4: This rsync download script aupports only hard disk installs
with English(UK) language and US international keyboard. It has been
tested only with a customized, install, development, all packages hd
install.
Note 5: The install looks for menudrake-0.1beta-15mdk which is not on
the server (-14mdk is).
Note 6: Install hangs at the textmode end due to the source partition
not having been unmounted.
The new script:
#!/bin/bash
echo
echo /local/downloads must be mounted !!
echo for a dry run use n parameter
echo
rsync -rltvP$1 --delete --delete-excluded --stats \
--exclude=SRPMS/ \
--exclude=alpha/ \
--exclude=sparc/ \
--exclude=cooker/ \
--include=7.2beta/i586/doc/install/uk/ \
--include=7.2beta/i586/doc/install/uk_cp1251/ \
--exclude=7.2beta/i586/doc/install/??/ \
--exclude=7.2beta/i586/doc/install/??_??/ \
--include=cooker/doc/install/uk/ \
--include=cooker/doc/install/uk_cp1251/ \
--exclude=cooker/doc/install/??/ \
--exclude=cooker/doc/install/??_??/ \
--include=aspell-en* \
--exclude=aspell-??-* \
--exclude=aspell-??_??-* \
--include=locales-?.?-* \
--include=locales-en-* \
--exclude=locales* \
--exclude=man-pages-??-* \
--include=howto-html-en-* \
--exclude=howto-html-??-* \
--include=fonts-ttf-decoratives-* \
--include=fonts-ttf-west_european-* \
--exclude=fonts-ttf-* \
--exclude=fonts-type1-* \
--exclude=linuxconf-lang-??-* \
--exclude=kde-i18n-* \
--exclude=7.2beta/i586/Mandrake/mdkinst/usr/bin/perl-install/po/??.po
\
--exclude=7.2beta/i586/Mandrake/mdkinst/usr/bin/perl-install/po/??_??.po
\
ftp.sunet.se::Mandrake-devel/ \
/local/downloads/mandrake-devel/
--
Regards,
Ron. [AU]