Forum Discussion

Mailvaganam's avatar
11 years ago
Solved

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

     

  • Hi Marianne ,

     

    The email notification configured at the bpend_notify .

     

     

  • 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