VMware Cloud Community
BooYan
Contributor
Contributor

Is there a C/C++ api to read changed disk areas?

VDDK can read and write disk, but it can not read changed disk areas. I need to integrate increment backup of vmware to our current C++ project, and do not want to rely on other languages. Where can I found this api? Does it exist?

I found this in link libraries of VDDK with "strings libgvmomi.so | egrep 'change.*area'"

vmodl_vim_virtual_machine_query_changed_disk_areas

Is there a way I can use this method?

Thanks

0 Kudos
0 Replies