OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [suse-security] update process

From: Joe Knall (joe.knallgmx.net)
Date: Thu Mar 24 2005 - 20:24:28 CST


On Donnerstag, 24. März 2005 15:51 suse wrote:
> Please, point me to manual about suse update process.
> We have a set of machines running suse 9.1 and want to have exact
> copy of ftp.suse.com/pub/suse/i386/update/9.1/ in local dir

goes like this:
all (after #!/bin/sh) in one line, --exclude what you don't need,
adjust path of course!

#!/bin/sh
/usr/bin/rsync -tvurl --stats --progress --delete
--exclude=*.src.rpm --exclude=*.spm --exclude=kernel-bigsmp-*
--exclude=kernel-smp-* --exclude=kernel-syms-*--exclude=kernel-um-*
--exclude=*.x86_64.*
ftp.gwdg.de::pub/linux/suse/ftp.suse.com/suse/i386/update/9.2/
/srv/ftp/you/i386/update/9.2/

--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-helpsuse.com
Security-related bug reports go to securitysuse.de, not here