we're using powershell scripting to start our backup jobs which workes fine so far.
Since from time to time single VMs fail to backup successfully I would like to add the -RetryBackup parameter but after doing so I get the following error:
May be the exception was thrown, because backup console had tried to run retry cycle on non-failed job? Can you try to assign to a variable just one job that has failed the last time and try to retry it with the following code:
If that works, you can then add some checking portion to the code that will distinguish failed jobs from non-failed ones and start retry cycle in accordance.