[Yum] Re: cron style yum-updatesd configuration

Steven Cote steven.cote at gmail.com
Mon Jul 2 10:36:52 UTC 2007


Forgive me if this is a braindead question, but I can't seem to find
the answer in any of the docs.

What I'm trying to accomplish is to set yum-updatesd so that it will
check for updates during the night, download them and send the
notification. The downloading and notification is easy (do_update,
do_download and do_download_deps), but I'm having trouble setting the
schedule.

As best I can tell, the only scheduling parameter is 'run_interval'
which only nominates how often it checks without any care of what time
of day that interval occurs in. What I'd really like is something
similar to the way you schedule cron tasks.

The reason it's important or me to nominate a particular time of day
to run is because my ISP imposes limits my data transfers from 08h00
to 00h00, but from 00h00 to 08h00 it's unlimited. Obviously, I'd like
all my updates to be downloaded during this window.

Is there a simple way to accomplish what I'm doing with yum-updatesd?



More information about the Yum mailing list