GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.

amgtar(8), - use GNU Tar to backup and restore data.

ampgsql(8), - use PostgreSQL's continuous WAL archiving.

amraw(8), - use open and read to read the data.

amsamba(8), - use smbclient to backup and restore data.

amstar(8), - use star to backup and restore data.

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

amzfs-sendrecv(8), - use zfs to create a snapshot and use 'zfs send' to generate the backup.

amzfs-snapshot(8), - use zfs to create a snapshot and for use with other applications (e.g. amgtar)

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.

amanda(8), amanda.conf(5)

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

Jean-Louis Martineau <martineau@zmanda.com>
Zmanda, Inc. (http://www.zmanda.com)

Dustin J. Mitchell <dustin@zmanda.com>

Zmanda, Inc. (http://www.zmanda.com)
02/09/2016 Amanda 3.3.9

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.