Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 1.67 KB

apk-autoupdate.1.adoc

File metadata and controls

76 lines (43 loc) · 1.67 KB

apk-autoupdate(1) Manual Page

NAME

apk-autoupdate - automatic updates with apk

SYNOPSIS

apk-autoupdate [-s] [-v] [-V] [-h] [--] [config]

DESCRIPTION

The aim of apk-autoupdate is to keep the system up-to-date. It checks available updates, installs them and restarts affected services. The tool is intended to be executed automatically and regularly by cron or similar tool.

apk-autoupdate is designed to be flexible and highly customizable. Its configuration file is based on shell and provides many hooks allowing you to adjust each step to your needs (see autoupdate.conf(5)).

The command accepts a single positional argument pointing to the configuration file. If no configuration file is passed, /etc/apk/autoupdate.conf is used.

OPTIONS

-s

Show what would be done without actually doing it.

-v

Be verbose (i.e. print debug messages).

-V

Print version and exit.

-h

Show this message and exit.

ENVIRONMENT

The following environment variables affect apk-autoupdate:

DEBUG

The same as -v.

DRY_RUN

The same as -s.

FILES

/etc/apk/autoupdate.conf

Default location of the apk-autoupdate’s configuration file.

AUTHORS

apk-autoupdate’s author is Jakub Jirutka.

REPORTING BUGS

Report bugs to the project’s issue tracker at https://github.com/jirutka/apk-autoupdate/issues.