Don't found anything usefull bout this "script-base" so is this correct anyhow ?
define dumptype comp-user-tar-stop-start-mysql {
    user-tar
    compress client fast
    script {
    #   "script-base"          
       # inherit config of the script-base script-tool
    comment "Stops MySQL"
    plugin  "rcmysql-stop"          
  # filename of the script, in the dumper dir
    execute-where client            
  # server or client
    execute-on    pre-dle-backup
    }
    script {
    #   "script-base"          
       # inherit config of the script-base script-tool
    comment "Starts MySQL"
    plugin  "rcmysql-start"          
 # filename of the script, in the dumper dir
    execute-where client            
  # server or client
    execute-on    post-dle-backup
    property "mailto" "root"  # can set arbitrary properties
    }
}
Don't matter mysql or else just want to test it with less sensitive service for 
me

+----------------------------------------------------------------------
|This was sent by top...@abv.bg via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------


Reply via email to