On Fri, 13 Sep 2013 23:32, doiggl@velocitynet.com.au <doiggl@...> wrote:
Hello, Questions:
1. What command switches allow 'zypper -v up' to run from crontab ?
2. What command switches allow zypper to download the packages/rpm ?
Thanks Glenn
1. a) use a script to be started from cron, better to maintain. b) first refresh, (zypper -v ref) then download, (zypper -v up -l -d) [ maybe: --force-resolution --skip-interactive --best-effort ] then install. (zypper -v -l) [ maybe: --force-resolution --skip-interactive --best-effort ] 2. see "zypper help up" the param is "-d" e.g "zypper up -d" Be aware that this does NOT have ANY guaranty. It may work or not. YMMV - Yamaban. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org