Link backup job ID to a backup task

FlorentPobrun

New Member
Sep 3, 2025
1
0
1
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 :
Code:
pvenode task log <upid>
in task info with :
Code:
pvenode task list --source active
but no backup ID to be found

Thanks !