Managing NetBackup
203
5
You can create
bpend_notify
scripts that provide notification for all backups
or just for backups of a specific class or schedule.
To create a
bpend_notify
script that applies to all backups, name the script:
install_path
\netbackup\bin\bpend_notify.bat
Note:
On Windows 98 and 95 systems, use a
pif
suffix on the batch scripts.
For example,
bpend_notify.pif
. The
bat
suffix, as shown in the examples,
applies only to Windows NT systems.
To create a script that applies only to a specific class or class and schedule
combination, add a .classname or .classname.schedulename suffix to the script
name.
• The following script applies only to a class named days:
install_path
\netbackup\bin\bpend_notify.days.bat
• The following script applies only to a schedule named fulls that is in a class
named days:
install_path
\netbackup\bin\bpend_notify.days.fulls.bat
The first script affects all scheduled backups in the class named days. The
second script affects scheduled backups in the class named days only when the
schedule is named fulls.
For a given backup, NetBackup calls only one
bpend_notify
script and
checks for them in the following order:
bpend_notify.
class
.
schedule
.bat
bpend_notify.
class
.bat
bpend_notify.bat
For example, if there are both
bpend_notify.class.bat
and
bpend_notify.class.schedule.bat
scripts, NetBackup uses only
bpend_notify.class.schedule.bat
.
NetBackup 3.2 System Administrator's Guide for Windows NT
NetBackup 3.2 System Administrator's Guide for Windows NT