X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda-applications.7.xml;h=11f085c18061fdc06033e27b14dc76982323f500;hb=f62188753ffc49e6b684b288dd9394f71b1e776c;hp=c59f6be558f14684e5af409551ce0fd8d5b05e31;hpb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;p=debian%2Famanda diff --git a/man/xml-source/amanda-applications.7.xml b/man/xml-source/amanda-applications.7.xml index c59f6be..11f085c 100644 --- a/man/xml-source/amanda-applications.7.xml +++ b/man/xml-source/amanda-applications.7.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - + %global_entities; ]> @@ -28,38 +28,81 @@ DESCRIPTION -Describe how to use application with &A; +Describe how to use application with Amanda APPLICATIONS -This section lists the applications included with &A;. 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. -amgtar8, +, - use GNU Tar to backup and restore data. -amsamba8, +, +- use PostgreSQL's continuous WAL archiving. + + +, +- use open and read to read the data. + + +, - use smbclient to backup and restore data. -amstar8, +, - use star to backup and restore data. -amzfs-sendrecv8, +, +- use native tar on Solaris to backup and restore data. + + +, - use zfs to create a snapshot and use 'zfs send' to generate the backup. + +, +- use zfs to create a snapshot and for use with other applications (e.g. amgtar) + -SEE ALSO - -amanda.conf5 - +DEFINING APPLICATIONS + +An application is defined in &amconf; 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. + + + + +