I am using Arcserve 11.5 on Windows 2003 servers. I have a nightly backup job that runs and then after it completes I have a sciprt kick off that automatically restores part of this backup to another server from tape. I have the following batch file command that automatically creates a restore job from the last backup job session just completed. This script works great but I would like to also add a broadcast alert to this script for failed and successfull alerts. I currently have the alert manager defaults set up with my broadcast destinations. Is there a way to add the broadcast alerts to this script?
If not is there a way to setup an .ASX file with cabatch.exe so that it will just restore the last session g:\riiroot backup from whatever tape is in the drive?
"C:\Program Files\CA\BrightStor ARCserve Backup\ca_restore" -source 192.168.1.1 G:\riiroot -dest \\SERVER2 nt e:\riiroot -filter include dir rafacs -filter include dir rafacsii -filter include dir sysinfo -filter exclude file *.ddf -username domainx\xxxx -password xxxx -firsttapetimeout 2 -preserveuserspaceoff -preservedirspaceoff -onconflict overwriteold -runjobnow -description "01 Restore to SERVER2"
Thanks for your time.
If not is there a way to setup an .ASX file with cabatch.exe so that it will just restore the last session g:\riiroot backup from whatever tape is in the drive?
"C:\Program Files\CA\BrightStor ARCserve Backup\ca_restore" -source 192.168.1.1 G:\riiroot -dest \\SERVER2 nt e:\riiroot -filter include dir rafacs -filter include dir rafacsii -filter include dir sysinfo -filter exclude file *.ddf -username domainx\xxxx -password xxxx -firsttapetimeout 2 -preserveuserspaceoff -preservedirspaceoff -onconflict overwriteold -runjobnow -description "01 Restore to SERVER2"
Thanks for your time.