Hello everybody,
I'm actually writing a monitoring script for Backup Exec 2012 and I stuck with the problem that I can't find an option in BEMCLI to get the setting value of the job option "Cancel the job if it is still running * hour after its scheduled start time".
This setting can be found in the GUI under Backup and Restore -> right click on the Server -> Edit Backups -> at the right-hand side "Backup" select Edit -> Schedule -> option Recurrence -> toggle the plan options -> in the fieldset "Options" there can be found the checkbox for the option mentioned above.
I also attached to this post a screenshot for better explaination.
I already tried to get the setting value with the following commands but couldn't find them:
- Get-BEJob -Name "%BACKUPNAME%" | select *
- Get-BEBackupDefinition -Name "%BACKUPNAME%" | select *
Thanks in advance.
Kind regards.