1yum-cron(8) yum-cron(8)
2
3
4
6 yum-cron - an interface to convieniently call yum from cron
7
8
10 yum-cron [config-file]
11
12
14 yum-cron is an alternate interface to yum that is optimised to be con‐
15 venient to call from cron. It provides methods to keep repository
16 metadata up to date, and to check for, download, and apply updates.
17 Rather than accepting many different command line arguments, the dif‐
18 ferent functions of yum-cron can be accessed through config files.
19
20 config-file is used to optionally specify the path to the configuration
21 file to use. If it is not given, the default configuration file will
22 be used. It is useful to be able to specify different configuration
23 files for different use cases. For example, one configuration file
24 might be set to update the repository metadata, and a line could be
25 added to the crontab to run yum-cron frequently using this file. Then,
26 another configuration file might be set to install updates, and yum-
27 cron could be run from cron using this file just once each day.
28
29
31 /etc/yum/yum-cron.conf
32 /etc/yum/yum-cron-hourly.conf
33
34
36 yum [4m(8)
37
38
40 See the Authors file included with this program.
41
42
44 There of course aren't any bugs, but if you find any, you should email
45 the mailing list, yum@lists.baseurl.org, or consult bugzilla.
46
47
48
49Nick Jacek yum-cron(8)