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
SCRIPT-EMAIL(8) System Administration Commands SCRIPT-EMAIL(8)

script-email - Amanda script to send email notifications

script-email is an Amanda script implementing the Script API. It should not be run by users directly. It sends a notification email to the addresses specified in the MAILTO property.

This section lists the properties that control script-email's functionality. See amanda-scripts(7) for information on the Script API, script configuration.

MAILTO

List of email addresses that will receive an email on command execution. It is a multi-valued property:

  property "MAILTO" "amanda@domain.com" "sysadmin@domain.com" "amandauser@domain.com"

In this example, script-email is scheduled to be run before the DLE, on the server. The unqualified email address amanda will be passed to the email system unchanged. The script is then attached to a dumptype, which can then be specified for any DLEs which require notification.
 define script-tool pre-email {
   comment "email me before this DLE is backed up"
   plugin  "script-email"
   execute-on pre-dle-backup
   execute-where server
   property "mailto" "amanda"
 }
 define dumptype user-tar-email {
   user-tar
   script "pre-email"
 }

amanda(8), amanda.conf(5), amanda-client.conf(5), amanda-scripts(7)

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 8 |  Main Index

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