<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: VCB &#8211; Backup all running VMs</title>
	<atom:link href="http://www.rtfm-ed.co.uk/2007/09/12/vcb-backup-all-running-vms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rtfm-ed.co.uk/2007/09/12/vcb-backup-all-running-vms/</link>
	<description>Beyond the Manual, with Mike Laverick (VCI, VCP, CCI, CCEA, MCT, MCSE)</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: VCB - Backup all running VMs Â» Yellow Bricks</title>
		<link>http://www.rtfm-ed.co.uk/2007/09/12/vcb-backup-all-running-vms/comment-page-1/#comment-24626</link>
		<dc:creator>VCB - Backup all running VMs Â» Yellow Bricks</dc:creator>
		<pubDate>Wed, 30 Jan 2008 19:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rtfm-ed.co.uk/?p=430#comment-24626</guid>
		<description>[...] Today I was busy trying to find out a way to schedule VCB backups with Commvault with just 1 schedule without having to rewrite your script every time someone creates a VM. The standard procedure is to create a subclient for every VM which is very human error prone. I stumbled upon a blog on RTFM about backing up all running VM&#8217;s, the actual script was done by Andrew Neilson, thanks! Of which the following was the most important part: for /f â€œtokens=2 delims=:â€ %%i in (â€™vcbvmname -h virtualcenter.rtfm-ed.co.uk -u administrator -p password -s Powerstate:on ^&#124; find â€œname:â€â€˜) do @rd /s /q â€œD:BackupsAll%%iâ€ &amp;vcbmounter -h virtualcenter.rtfm-ed.co.uk -u administrator -p password -a name:â€%%iâ€ -r â€œD:BackupsAll%%iâ€ -t fullvm &gt; â€œD:BackupsAll%%i.log [...]</description>
		<content:encoded><![CDATA[<p>[...] Today I was busy trying to find out a way to schedule VCB backups with Commvault with just 1 schedule without having to rewrite your script every time someone creates a VM. The standard procedure is to create a subclient for every VM which is very human error prone. I stumbled upon a blog on RTFM about backing up all running VM&#8217;s, the actual script was done by Andrew Neilson, thanks! Of which the following was the most important part: for /f â€œtokens=2 delims=:â€ %%i in (â€™vcbvmname -h virtualcenter.rtfm-ed.co.uk -u administrator -p password -s Powerstate:on ^| find â€œname:â€â€˜) do @rd /s /q â€œD:BackupsAll%%iâ€ &amp;vcbmounter -h virtualcenter.rtfm-ed.co.uk -u administrator -p password -a name:â€%%iâ€ -r â€œD:BackupsAll%%iâ€ -t fullvm &gt; â€œD:BackupsAll%%i.log [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

