43aa9738159d949492c43eac4380f98d29d9e58f
[debian/amanda] / man / xml-source / amanda-scripts.7.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
4 [
5   <!-- entities files to use -->
6   <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
7   %global_entities;
8 ]>
9
10 <refentry id='amanda-scripts.7'>
11
12 <refmeta>
13 <refentrytitle>amanda-scripts</refentrytitle>
14 <manvolnum>7</manvolnum>
15 &rmi.source;
16 &rmi.version;
17 &rmi.manual.7;
18 </refmeta>
19 <refnamediv>
20 <refname>amanda-scripts</refname>
21 <refpurpose>Configuring and using the Script API</refpurpose>
22 </refnamediv>
23 <refentryinfo>
24 &author.jlm;
25 &author.dustin;
26 </refentryinfo>
27 <!-- body begins here -->
28
29 <refsect1><title>DESCRIPTION</title>
30
31 <para>The Script API is a flexible system for invoking user-supplied scripts at
32 various points in the execution of Amanda.  This manual page describes the
33 operation and configuration of the API.  For help writing Script API scripts,
34 see http://wiki.zmanda.com/index.php/Script_API.</para>
35
36 </refsect1>
37
38 <refsect1><title>SCRIPTS</title>
39
40 <para>This section lists the scripts included with &A;, see the individual man page for instructions on using them.  For complete How-To information, consult the Amanda wiki at http://wiki.zmanda.com.</para>
41
42 <itemizedlist>
43 <listitem>
44 <citerefentry><refentrytitle>amzfs-snapshot</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
45 - create/destroy zfs snapshot.
46 </listitem>
47 <listitem>
48 <citerefentry><refentrytitle>script-email</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
49 - send email.
50 </listitem>
51 </itemizedlist>
52
53 </refsect1>
54
55 <refsect1><title>SEE ALSO</title>
56 <para>
57 <citerefentry><refentrytitle>amanda.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
58 </para>
59
60 </refsect1>
61 </refentry>