<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blackforce &#187; files</title>
	<atom:link href="http://www.blackforce.co.uk/tag/files/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blackforce.co.uk</link>
	<description>just a few random articles and photos from my life!!</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMware ESX &#8211; How to find out what VM&#8217;s have snapshots / Deltas</title>
		<link>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas</link>
		<comments>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:41:47 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[delta]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[machines]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vms]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=337</guid>
		<description><![CDATA[Found out a nifty command which allows you to find out what VM&#8217;s have Delta / Snapshot files. Run this when SSH&#8217;d in. find /vmfs/volumes/ -name "*delta*" -type f -print0 &#124; xargs -0 du --human-readable --total Or for ESXi the command below find /vmfs/volumes/ -name "*delta*" -type f -print0 &#124; xargs -0 du -h]]></description>
			<content:encoded><![CDATA[<p>Found out a nifty command which allows you to find out what VM&#8217;s have Delta / Snapshot files. Run this when SSH&#8217;d in.</p>
<p><code>find /vmfs/volumes/ -name "*delta*" -type f -print0 | xargs -0 du --human-readable --total</code></p>
<p>Or for ESXi the command below</p>
<p><code>find /vmfs/volumes/ -name "*delta*" -type f -print0 | xargs -0 du -h</code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1385369004445697";
google_ad_slot = "0341002983";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

