X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famanda-applications.7;h=8500a830e80e2ad5c453034c2dfb5d0950eeb5fe;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=ab4c4b30864b3dc3ab4a77a435e71ace143c1ab1;hpb=d74dc4d908fcbc1a4ef474edaf51e61ec90eab6b;p=debian%2Famanda diff --git a/man/amanda-applications.7 b/man/amanda-applications.7 index ab4c4b3..8500a83 100644 --- a/man/amanda-applications.7 +++ b/man/amanda-applications.7 @@ -2,12 +2,12 @@ .\" Title: amanda-applications .\" Author: Jean-Louis Martineau .\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 04/10/2009 +.\" Date: 06/02/2011 .\" Manual: Miscellanea -.\" Source: Amanda 2.6.1p1 +.\" Source: Amanda 3.3.0 .\" Language: English .\" -.TH "AMANDA\-APPLICATIONS" "7" "04/10/2009" "Amanda 2\&.6\&.1p1" "Miscellanea" +.TH "AMANDA\-APPLICATIONS" "7" "06/02/2011" "Amanda 3\&.3\&.0" "Miscellanea" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -22,12 +22,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 +47,30 @@ This section lists the applications included with .sp -1 .IP \(bu 2.3 .\} +\fBampgsql\fR(8), +\- use PostgreSQL\'s 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 +95,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\&. .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\&>