1AMANDA-APPLICATIONS(7)            Miscellanea           AMANDA-APPLICATIONS(7)
2
3
4

NAME

6       amanda-applications - Application-api for amanda
7

DESCRIPTION

9       Describe how to use application with Amanda
10

APPLICATIONS

12       This section lists the applications included with Amanda. See the
13       individual man pages for instructions on using them. For complete
14       How-To information, consult the Amanda wiki at http://wiki.zmanda.com.
15
16       ·   amgtar(8), - use GNU Tar to backup and restore data.
17
18       ·   ampgsql(8), - use PostgreSQL's continuous WAL archiving.
19
20       ·   amraw(8), - use open and read to read the data.
21
22       ·   amsamba(8), - use smbclient to backup and restore data.
23
24       ·   amstar(8), - use star to backup and restore data.
25
26       ·   amsuntar(8), - use native tar on Solaris to backup and restore
27           data.
28
29       ·   amzfs-sendrecv(8), - use zfs to create a snapshot and use 'zfs
30           send' to generate the backup.
31
32       ·   amzfs-snapshot(8), - use zfs to create a snapshot and for use with
33           other applications (e.g. amgtar)
34

DEFINING APPLICATIONS

36       An application is defined in amanda.conf(5) as follows:
37
38       define application-tool $appconfigname {
39          plugin "$pluginname"
40          property "$PROPERTY_NAME" "$PROPERTY_VALUE"
41          ...
42       }
43       and then referenced in a dumptype as
44
45       define dumptype $dumptypename {
46          ...
47          program "APPLICATION"
48          application "$appconfigname"
49       }
50
51       Application properties, like Amanda configuration parameters, are
52       insensitive to case, and - (dash) and _ (underscore) may be used
53       interchangeably.
54
55       See the individual plugin documentation for properties applicable to
56       each plugin.
57

SEE ALSO

59       amanda(8), amanda.conf(5)
60
61       The Amanda Wiki: : http://wiki.zmanda.com/
62

AUTHORS

64       Jean-Louis Martineau <martineau@zmanda.com>
65           Zmanda, Inc. (http://www.zmanda.com)
66
67       Dustin J. Mitchell <dustin@zmanda.com>
68           Zmanda, Inc. (http://www.zmanda.com)
69
70
71
72Amanda 3.5.1                      12/01/2017            AMANDA-APPLICATIONS(7)
Impressum