My boss wanted me to schedule weekly backup on our 2012 server so i did this:
SCHTASKS /Create /SC WEEKLY /D SAT /TN Backup /RL HIGHEST /ST 01:00 /TR "WBADMIN START BACKUP -backupTarget:D: -include:c: -quiet"
C is being backed up to d
Now I am trying to test a recovery. The backup is on a hard drive connected to a server. The windowsimagebackup folder is on the hard drive with the backup contents in it. When I try to do the recovery when booting from the installation disk I keep getting the message about not being able to find a backup. Through the command line I can see the hard drive with the backup on it. I tried the GUI and command line options. If I click on "Recovery" in the windows server backup manager it recognizes the backup. But I cant get it to work when recovering from the installation disk.
Any help would be appreciated.