SO I'm trying (and was successful for a week or so) to backup all the Virtual Machines on ,y Server 2012 Hyper-V host using a WBADMIN Script like this
WBADMIN START BACKUP -backupTarget:\\Server\Share\DayofWeek\ -hyperv: "9765f02f-042e-4d72-9fd8-13faededa93d","8f4e8672-2632-43b2-b83e-ed7e63ec0ecb" -Quiet
However it fails with event log ID 519 - The backup operation that started at '2013-06-10T21:00:08.077677000Z' has failed to back up volume(s) ''. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
And the backup log says
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Error in backup of V:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
Application backup
Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
Component: 8F4E8672-2632-43B2-B83E-ED7E63EC0ECB
Caption : Backup Using Saved State\Example VM
Logical Path:
Error : 8078010D
Error Message : Enumeration of the files failed.
Detailed Error : 80070003
Detailed Error Message : (null)
Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
Component: 97742EFC-6D4F-4BE5-B0D6-DFB80FAAA926
Caption : Backup Using Child Partition Snapshot\ExampleVM2
Logical Path:
Error : 8078010D
Error Message : Enumeration of the files failed.
Detailed Error : 80070003
Detailed Error Message : (null)
V:\ is the local drive that my Virtual Machines are stored on. If anyone can offer any help I would be great full, the only documentation I can find seems to be related to older versions of Windows