문제

We can take VSS based snapshot of Hyper-V VM using WMI CreateSnapshot() API provided by Msvm_VirtualSystemSnapshotService. But there is no API provided to read the snapshot data. Please suggest the ways to read Hyper-V snapshot data for backup purpose.

도움이 되었습니까?

해결책

There are many details which you can leverage for your backup purpose.

The Msvm_VirtualSystemSnapshotService class contains the following properties:

Description, DetailedStatus, OperatingStatus, OperationalStatus, PrimaryStatus, StatusDescriptions etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top