Dear All
Here i am creating notification script in NBU 7.5.0.4 & clients ( 7.5 .0.X -- 6.5.0.4 )
As per user requirement he need some more detailed information like start / end time file list etc. (which i can retrieve by parsing bpimagelist -l) on backup completion or abort
but i am not sure were i can i marge this logic since not aware which notification script is generating below mail
below is the notification mail
Backup on client enetdbbcp for user root by server SF440 succeeded.
Policy = BCP_D_W_M_enetdbbcp
Schedule = BCP_D_enetdbbcp
File list
---------
G:/dbbackup
How i configure
Host Properties > client > Properties > Universal setting > administrator > server send mail & i started receiving notification mail.
if any one help me out to find which notification script generate this mail so i can customized this script & append my required logic on successful exit
for more information
For eg.
bpimagelist -client enetdbbcp -hoursago 24 | grep -i Image | awk '{print $2,"\t\t",$7,"\t\t",$20}' etc ...
Thanks .