Hi
VCBMounter creats the snapshot and start backing up the all the files on proxy server.
Suppose we cancle the task in between and snapshot remains on ESX server.How can we delete this snapshot programatically or using vcbmounter utility?
I have created snapshot using following command
vcbMounter.exe -h crash.devemc.foo.com -u root -p cv_crash -a name:VM1 -r c:\mnt\VM1 -t fullvm -m nbd -L 6
I stopped operation in between and it left the VCB-CLEANUP snapshot on ESX server.(Normally it gets deleted when we complete the mounte operation)
I want to delete this snapshot.How VCBMounter will be used to delete this snapshot.
~Ashwin