t
Title: amanda-applications
Author: Jean-Louis Martineau <martineau@zmanda.com>
Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
Date: 02/09/2016
Manual: Miscellanea
Source: Amanda 3.3.9
Language: English

"AMANDA-APPLICATIONS" "7" "02/09/2016" "Amanda 3.3.9" "Miscellanea"
-----------------------------------------------------------------
* Define some portability stuff
-----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://bugs.debian.org/507673
http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
disable justification (adjust text to left margin only)
-----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
"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.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amgtar(8), - use GNU Tar to backup and restore data.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} ampgsql(8), - use PostgreSQL\*(Aqs continuous WAL archiving.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amraw(8), - use open and read to read the data.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amsamba(8), - use smbclient to backup and restore data.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amstar(8), - use star to backup and restore data.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amsuntar(8), - use native tar on Solaris to backup and restore data.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amzfs-sendrecv(8), - use zfs to create a snapshot and use \*(Aqzfs send\*(Aq to generate the backup.

\h'-04'\(bu\h'+03'\c .\}

\(bu 2.3
.\} amzfs-snapshot(8), - use zfs to create a snapshot and for use with other applications (e.g. amgtar)
"DEFINING APPLICATIONS"

An application is defined in amanda.conf(5) as follows:

define application-tool $appconfigname {
 plugin "$pluginname"
 property "$PROPERTY_NAME" "$PROPERTY_VALUE"
 ...
}
and then referenced in a dumptype as
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"

amanda(8), amanda.conf(5)

The Amanda Wiki: : http://wiki.zmanda.com/

"AUTHORS"

Jean-Louis Martineau <martineau@zmanda.com>

Zmanda, Inc. (http://www.zmanda.com)

Dustin J. Mitchell <dustin@zmanda.com>

Zmanda, Inc. (http://www.zmanda.com)