Hello Bostjan,
You need to utilize the Pre-Job and Post-Job Scripts (--prejob and --postjob CLI options).
You can use the following command line in your postjob script:
Just replace <Backup Job Name Here> with the name of your backup job, and adjust the script so that it emails the output of this command.
You need to utilize the Pre-Job and Post-Job Scripts (--prejob and --postjob CLI options).
You can use the following command line in your postjob script:
Code:
veeamconfig session info --id `veeamconfig session list | grep <Backup Job Name Here> | tail -n 1 | awk -F'[{}]' '{print $2}'`Statistics: Posted by rovshan.pashayev — Sep 15, 2025 8:22 am







