Hello @all,

As discussed with dustin here is my problem:

I got a mysqldumpscript working for months, then I updated an amanda client but 
the applications directory changed from /usr/local.. to /usr/lib/ so the script 
was not there.
I am afraid that there was no warning, instead there was only a "0 MB dump 
size" in amreport. 

This is my config:

define script-tool mysql-backup {
  comment "Mysql-Dump"
  plugin  "mysqlbackup.sh"
  execute_on pre-dle-backup,post-dle-backup
  execute_where client # or client
}

define dumptype mysql-tar {
    global
    program "GNUTAR"
    comment "mysql-dump dumped with tar"
   script "mysql-backup"
# script "mysql-cleanup"
    compress none
    index
    priority low
}

Is it possible to add a feature to amcheck/amreport that something like this 
will get a failure?

Please let me know if you need futher information.

Regards,
Dennis
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

Reply via email to