Archive

Posts Tagged ‘vms’

VMware ESX – How to find out what VM’s have snapshots / Deltas

March 4th, 2009 Dale No comments

Found out a nifty command which allows you to find out what VM’s have Delta / Snapshot files. Run this when SSH’d in.

find /vmfs/volumes/ -name "*delta*" -type f -print0 | xargs -0 du --human-readable --total

Categories: VMware Tags: , , , , , , ,