Erik P. Olsen <epod...@gmail.com> (Di 21 Jan 2014 21:36:52 CET):
> Is it possible to have amanda sending messages to a client when a
> backup is started and when it is terminated?

The amanda config allows you to have scripts at several points of the
backup process. These scripts may be executed on the server or on the
client (depending on the script).

Just check amanda.conf(5) for detailed information.

But bewere - it seems that the script related options are not fully
inherited from "parent" configurations. (E.g. if there is a script
declaration in the "global" dumptype, then it seems(!) that 

    define script foobar {
        plugin "foobar"
        execution-on-pre-dle-check
    }

    define dumptype global {
        …
        script "foobar"
    }

    define dumptype tar {
        global
        …
    }

    define dumptype tar-gz {
        tar
        …
    }


… the dumptype tar-gz has forgotten about the script. But I'm still in
testing. It's possible that I'm wrong here.

The short answer: YES, it's possible to send messages.

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --------------- key ID: 7CBF764A -
 gnupg fingerprint: 9288 F17D BBF9 9625 5ABC  285C 26A9 687E 7CBF 764A -
(gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B)-

Attachment: signature.asc
Description: Digital signature

Reply via email to