What is /usr/libexec/amanda/application/abas-stop?
file /usr/libexec/amanda/application/abas-stop
head -1 /usr/libexec/amanda/application/abas-stop
ldd /usr/libexec/amanda/application/abas-stop
Jean-Louis
Topper wrote:
FAILED "Script 'abas-stop' command 'PRE-HOST-ESTIMATE': sendsize: error [exec
/usr/libexec/amanda/application/abas-stop: Exec format error]"
What does this means ? The pre/post scripts are not ran. Scripts run on
ll /usr/libexec/amanda/application/
4 -rwxr-xr-x 1 amandabackup disk 96 Apr 8 16:43 abas-start*
4 -rwxr-xr-x 1 amandabackup disk 208 Apr 8 16:00 abas-stop*
The dumper define:
define dumptype abas-local-compress {
global
program "GNUTAR"
comment "compression dumped with tar exclude Upload and tmp"
compress client best
exclude list "/etc/amanda/DailySet1/abas.exclude"
priority high
strategy noinc
script {
comment "Stop Abas ERP"
plugin "abas-stop" # filename of the script, in the dumper dir
execute-where client # server or client
execute-on pre-host-estimate
}
script {
comment "Start Abas ERP"
plugin "abas-start" # filename of the script, in the dumper dir
execute-where client # server or client
execute-on post-host-backup
property "mailto" "root" # can set arbitrary properties
}
}
Thanks in advance
+----------------------------------------------------------------------
|This was sent by top...@abv.bg via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------