table of contents
AMANDA-APPLICATIONS(7) | Miscellanea | AMANDA-APPLICATIONS(7) |
NAME¶
amanda-applications - Application-api for amanda
DESCRIPTION¶
Describe how to use application with Amanda
APPLICATIONS¶
This section lists the applications included with Amanda. See the individual man pages for instructions on using them. For complete How-To information, consult the Amanda wiki at http://wiki.zmanda.com.
DEFINING APPLICATIONS¶
An application is defined in amanda.conf(5) as follows:
define application-tool $appconfigname {and then referenced in a dumptype as
plugin "$pluginname"
property "$PROPERTY_NAME" "$PROPERTY_VALUE"
... }
define dumptype $dumptypename {
...
program "APPLICATION"
application "$appconfigname" }
Application properties, like Amanda configuration parameters, are insensitive to case, and - (dash) and _ (underscore) may be used interchangeably.
See the individual plugin documentation for properties applicable to each plugin.
SEE ALSO¶
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHORS¶
Jean-Louis Martineau <martineau@zmanda.com>
Dustin J. Mitchell <dustin@zmanda.com>
12/01/2017 | Amanda 3.5.1 |