sswanstr
17 years agoLevel 3
notify scripts
I am trying to run 2 consecutive backups and am trying to determine the best way to accomplish this. I am running a differential backup that starts via the NBU scheduler. I want to start another FULL backup once this diff completes. The policy is for a windows SAN media server and it's multi-streamed. I think the best way to do this would be by using one of the notify scripts. My issue is I don't know whether to use bpend_notify or backup_exit_notify. Anyone able to help?
I was able to get it to work using the bpend_notify script and by splitting each stream into it's own policy (there were only 4 of them). I created a bpend for each policy to call the full backup providing that the diff completed with a status of 0.
I was not aware that the backup_exit_notify only worked on the master and that information was helpful.
Thanks.