X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famanda-applications.7;h=a43f7f86827193b21625cc6ca6937695b73cba80;hb=refs%2Ftags%2Fdebian%2F3.3.1-2;hp=ab4c4b30864b3dc3ab4a77a435e71ace143c1ab1;hpb=d74dc4d908fcbc1a4ef474edaf51e61ec90eab6b;p=debian%2Famanda diff --git a/man/amanda-applications.7 b/man/amanda-applications.7 index ab4c4b3..a43f7f8 100644 --- a/man/amanda-applications.7 +++ b/man/amanda-applications.7 @@ -1,13 +1,22 @@ '\" t .\" Title: amanda-applications .\" Author: Jean-Louis Martineau -.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 04/10/2009 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 02/21/2012 .\" Manual: Miscellanea -.\" Source: Amanda 2.6.1p1 +.\" Source: Amanda 3.3.1 .\" Language: English .\" -.TH "AMANDA\-APPLICATIONS" "7" "04/10/2009" "Amanda 2\&.6\&.1p1" "Miscellanea" +.TH "AMANDA\-APPLICATIONS" "7" "02/21/2012" "Amanda 3\&.3\&.1" "Miscellanea" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -22,12 +31,10 @@ amanda-applications \- Application\-api for amanda .SH "DESCRIPTION" .PP -Describe how to use application with -\fIAmanda\fR +Describe how to use application with Amanda .SH "APPLICATIONS" .PP -This section lists the applications included with -\fIAmanda\fR\&. See the individual man pages for instructions on using them\&. For complete How\-To information, consult the Amanda wiki at http://wiki\&.zmanda\&.com\&. +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\&. .sp .RS 4 .ie n \{\ @@ -49,6 +56,30 @@ This section lists the applications included with .sp -1 .IP \(bu 2.3 .\} +\fBampgsql\fR(8), +\- use PostgreSQL\*(Aqs continuous WAL archiving\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +\fBamraw\fR(8), +\- use open and read to read the data\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} \fBamsamba\fR(8), \- use smbclient to backup and restore data\&. .RE @@ -73,13 +104,70 @@ This section lists the applications included with .sp -1 .IP \(bu 2.3 .\} +\fBamsuntar\fR(8), +\- use native tar on Solaris to backup and restore data\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} \fBamzfs-sendrecv\fR(8), -\- use zfs to create a snapshot and use \'zfs send\' to generate the backup\&. +\- use zfs to create a snapshot and use \*(Aqzfs send\*(Aq to generate the backup\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +\fBamzfs-snapshot\fR(8), +\- use zfs to create a snapshot and for use with other applications (e\&.g\&. amgtar) .RE +.SH "DEFINING APPLICATIONS" +.PP +An application is defined in +\fBamanda.conf\fR(5) +as follows: +.sp +.nf +define application\-tool $appconfigname { + plugin "$pluginname" + property "$PROPERTY_NAME" "$PROPERTY_VALUE" + \&.\&.\&. +} +.fi +and then referenced in a dumptype as +.sp +.nf +define dumptype $dumptypename { + \&.\&.\&. + program "APPLICATION" + application "$appconfigname" +} +.fi +.PP +Application properties, like Amanda configuration parameters, are insensitive to case, and +\- +(dash) and +_ +(underscore) may be used interchangeably\&. +.PP +See the individual plugin documentation for properties applicable to each plugin\&. .SH "SEE ALSO" .PP - +\fBamanda\fR(8), \fBamanda.conf\fR(5) +.PP +The Amanda Wiki: +: http://wiki.zmanda.com/ .SH "AUTHORS" .PP \fBJean\-Louis Martineau\fR <\&martineau@zmanda\&.com\&>