|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Ntbackup monitoring tool ?Hi,
I'm looking for a monitoring tool for Ntbackup. In fact, i'm looking for a very simple system that can watch each nght if to backup it's ok and send an email message if an error occur. Is somebody use a such system ? Thanks in adavnce for your help, and excuse me for my bad english ;-) Xavier "xavier38" <xavie***@gmail.com> wrote in message I use such a system all the time. It consists of basic commands,news:1111466127.610294.62230@l41g2000cwc.googlegroups.com... > Hi, > > I'm looking for a monitoring tool for Ntbackup. In fact, i'm looking > for a very simple system that can watch each nght if to backup it's ok > and send an email message if an error occur. > > Is somebody use a such system ? > > Thanks in adavnce for your help, and excuse me for my bad english ;-) > > Xavier most of which are already included in Windows 2000. 1. Save the most recent backup log file. Look for files backup??.log in your profile folder. The following line, when executed in a batch file from within the appropriate folder, will do it: @echo off echo F | xcopy /d "backup*.log" Backup.log 2. See if the file contains any errors: set Errors=No for %%a in (Error Fail Abort) do type Backup.log | find /i "%%a" && set Errors=Yes 3. Send yourself an EMail message: if %Errors%==No goto :eof blat . . . . You can use any of the freely downloadable command line mailers, e.g. blat, mailto, sendmail.
Other interesting topics
NDS vs NTFS File Scan (F) Capabilities
upgrade Workgroup to Windows 2003 server. kerberos error Alias a UNC Host Name in Server 2003 Process limit for Win2k Service Does anybody have the URL to download W2000 server service pack 3? Question about setting up a print server Formatting a single partition on a multiple partiton server Protocol error when connecting to remote server using term service "Undo" extend volume |
|||||||||||||||||||||||