看不懂,
bpstart_notify.bat (Microsoft Windows clients only)
For all Windows clients, you can create some batch scripts that provide
notification whenever the client starts a backup or archive.
To use this script, copy the following file from the server:
Install_path\VERITAS\NetBackup\bin\goodies\bpstart_notif
y.bat
And place it on the client in the same directory as the NetBackup client binaries:
Install_path\NetBackup\bin\ Where Install_path is the directory where NetBackup is installed. You can create bpstart_notifyscripts that provide notification for all
backups or for backups of a specific policy or schedule. To create a script that applies to all backups, name the script
bpstart_notify.bat To create a bpstart_notify script that applies only to a specific policy or policy and schedule combination, add a .policyname or .policyname.schedulename suffix to the script name.
■ The following script applies only to a policy named days:
install_path\netbackup\bin\bpstart_notify.days.bat
■ The following script applies only to a schedule that is named fulls in a policy named days:
install_path\netbackup\bin\bpstart_notify.days.fulls.bat
Caution: The bpstart_notify script also runs for NetBackup catalog backups if a .policyname[.schedule] is not specified.
The first script affects all scheduled backups in the policy named days. The second script affects scheduled backups in the policy named days only when the schedule is named fulls.
For a given backup, NetBackup calls only one bpstart_notify script and checks for them in the following order:
bpstart_notify.policy.schedule.bat
bpstart_notify.policy.bat
Reference topics 73
NetBackup notify scripts
bpstart_notify.bat For example, if there are both bpstart_notify.policy.bat and bpstart_notify.policy.schedule.batscripts, NetBackup uses only the bpstart_notify.policy.schedule.bat script.
Note: bpend_notifyscripts can provide a different level of notification than the bpstart_notify scripts. For example, to use one of each, the script names might be bpstart_notify.policy.bat and bpend_notify.policy.schedule.bat.
When the backup starts, NetBackup passes the following parameters to the script.
raykao1023 :
能不能给说具体点啊?