Mailvaganam
11 years agoLevel 2
bpend_notify stop email every streaming
Hi All ,
Izzit any way to control the email notification ?
For backup streaming I do get notification . I would like have only one notfication that the backup has completed
Appreciate someone advice .
Rgrds
Shanker
Check the values of environmental variables STREAM_NUMBER and STREAM_COUNT.
Don't know actual code for AIX so here is pseudo-code.
bpend_notify
if $STREAM_NUMBER == $STREAM_COUNT
mail whomever...
done