Hello,
I am writing a hook script to execute at the end of backup tasks to send backup info to a custom API. I want to identify each task with the backup ID but I can't seem to find the backup ID anywhere in the task information.
I've looked in the environment variables, in backup log with :
in task info with :
but no backup ID to be found
Thanks !
I am writing a hook script to execute at the end of backup tasks to send backup info to a custom API. I want to identify each task with the backup ID but I can't seem to find the backup ID anywhere in the task information.
I've looked in the environment variables, in backup log with :
Code:
pvenode task log <upid>
Code:
pvenode task list --source active
Thanks !