It does. You can do it like this (Linux):
probkup database backupfile
if test $? = 0
then
echo "Backup done." > /dev/null # Uh, this looks professional...
else
echo "Backup failed - Error: ${?}" | mail -s "Warning: probkup
failure" your.TakeThisOut@adress.eg
fi
Regards
Nicolas Keller
Graeme schrieb:
> Hi all,
> does probkup return any error codes? I'm wanting to trigger a warning
> e-mail if a scheduled backup doesn't complete correctly.
>
> Regards
>
> Graeme
>> Stay informed about: PROBKUP error codes?