ddupdate.conf (5) - Linux Manuals

ddupdate.conf: ddupdate configuration file.

NAME

ddupdate.conf - ddupdate configuration file.

SYNOPSIS

The ddupdate.conf file holds default values for all ddupdate(8) options. Since ddupdate normally is invoked without command line parameters, this file then represents the used option values.

FILE FORMAT

The file is formatted according to the rules use by the python3 configparser module. Basically, this is a leading [update] line followed by by key = value lines. The key represents the command line option, and value the value of said option.

The actual options available are documented in ddupdate(8).

SEE ALSO

ddupdate(8)
https://github.com/leamas/ddupdate
Project homesite and README
https://docs.python.org/3/library/configparser.html
More info on file format.