Re: windows/nt backup email alerting software?




"sphilip" <sphilip@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2A9FA3BC-357D-482E-97E9-492E4A643373@xxxxxxxxxxxxxxxx
Hello All,

We are using Windows/NT Backup on our network. Does anyone know of any
add-on tools we can use to get email alerts of the backup reports.

Please tell me where can I find this.

This is for windows 2003 server.

Thank You & Kind Regards

philip

Instead of invoking ntbackup.exe directly, place it into a batch
file and follow it with a command liner mailer like so
@echo off
ntbackup.exe /.. /.. /..
c:\Tools\blat.exe /.. /.. /..

You can download blat from a number of sites.


.