

Then a reboot to test and we found that the Offline setting returns to $True after a reboot and the Veeam Agent job would fail.

We set the Recovery partition to being online, run a backup job with the Recovery volume included and it works. (Get-Partition).Where() | Set-Partition -IsOffline $False Hunting around with PowerShell provided this from the Recovery partition A backup of only the Recovery volume also had the same failure.Ī hunt of the Veeam forums showed that a few others had the same issue.

Including the Recovery volume into the backup causes it to fail again. If we removed the Recovery volume from the selected volumes, there is an error about an incomplete backup but the job runs successfully with the remaining two volumes.
