yum-cron(8) centos man page | unix.com

Man Page: yum-cron

Operating Environment: centos

Section: 8

yum-cron(8)															       yum-cron(8)

NAME
yum-cron - an interface to convieniently call yum from cron
SYNOPSIS
yum-cron [config-file]
DESCRIPTION
yum-cron is an alternate interface to yum that is optimised to be convenient to call from cron. It provides methods to keep repository metadata up to date, and to check for, download, and apply updates. Rather than accepting many different command line arguments, the dif- ferent functions of yum-cron can be accessed through config files. config-file is used to optionally specify the path to the configuration file to use. If it is not given, the default configuration file will be used. It is useful to be able to specify different configuration files for different use cases. For example, one configuration file might be set to update the repository metadata, and a line could be added to the crontab to run yum-cron frequently using this file. Then, another configuration file might be set to install updates, and yum-cron could be run from cron using this file just once each day.
FILES
/etc/yum/yum-cron.conf /etc/yum/yum-cron-hourly.conf
SEE ALSO
yum (8)
AUTHORS
See the Authors file included with this program.
BUGS
There of course aren't any bugs, but if you find any, you should email the mailing list, yum@lists.baseurl.org, or consult bugzilla. Nick Jacek yum-cron(8)
Related Man Pages
rhnplugin.conf(8) - centos
yum-shell(8) - centos
yum-builddep(1) - centos
yum-debug-dump(1) - centos
yum-verify(1) - centos
Similar Topics in the Unix Linux Community
How to call .profile in cron?
Crontab do not run on PM hours
Setting up cron
Problem with "make" command in Linux
[Solved] Simple Shellscript for uploading files to a specific folder on a ftp-server?