AMANDA-APPLICATIONS(7) | Miscellanea | AMANDA-APPLICATIONS(7) |
amanda-applications - Application-api for amanda
Describe how to use application with Amanda
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.
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.
The Amanda Wiki: : http://wiki.zmanda.com/
Jean-Louis Martineau <martineau@zmanda.com>
Dustin J. Mitchell <dustin@zmanda.com>
12/01/2017 | Amanda 3.5.1 |