VMworld
1 Replies Last post: Jun 5, 2008 11:58 AM by bryan salsman  
Click to view joshua mally's profile Candidate 1 posts since
Mar 19, 2008

Jun 5, 2008 2:23 AM

How to merge my snapshot delta.vmdk files into flat.vmdk file?

I am trying to understand how snapshots work. I understand that when I take a snapshot of a VM, the VM stops writing to the base flat.vmdk file and starts writing to the differential file delta.vmdk. Now If I take multiple snapshots at different times, I end up with multiple delta.vmdk files. Each detla.vmdk file saves the differential data from its previous snapshot or base flat.vmdk file. Now how can I merge all the delta files into the the original base flat.vmdk file, so that when I need to backup my VM, I just need to backup a single vmdk file?
Click to view bryan salsman's profile Candidate 1 posts since
Nov 30, 2007
1. Jun 5, 2008 11:58 AM in response to: joshua mally
Re: How to merge my snapshot delta.vmdk files into flat.vmdk file?
You can either delete the snapshots to consolidate the changes or from the service console use vmkfstools -i <snapshot vmdk> <new vmdk> to consolidate the snapshot changes into a single file.