<?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>TechNullogy &#187; Backup and Restore Center</title>
	<atom:link href="http://www.technullogy.net/index.php/tag/backup-and-restore-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technullogy.net</link>
	<description>Musings of a convert to nerdism</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Backup Vista to a Network Share</title>
		<link>http://www.technullogy.net/index.php/2009/07/30/how-to-backup-vista-to-a-network-share/</link>
		<comments>http://www.technullogy.net/index.php/2009/07/30/how-to-backup-vista-to-a-network-share/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:17:34 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup and Restore Center]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=120</guid>
		<description><![CDATA[I like my data.  Pictures, music, videos, documents&#8230;great stuff.  I cry a little bit to think that it could all vanish should one of my kids cannonball off the top bunk onto my laptop.  Hence the need for a complete PC backup to a network share.  Vista has a slick new method for backing up [...]]]></description>
			<content:encoded><![CDATA[<p>I like my data.  Pictures, music, videos, documents&#8230;great stuff.  I cry a little bit to think that it could all vanish should one of my kids cannonball off the top bunk onto my laptop.  Hence the need for a complete PC backup to a network share.  Vista has a slick new method for backing up your data.  A <a href="http://www.microsoft.com/windows/windows-vista/features/backup.aspx">complete Vista backup</a> essentially creates a Virtual Hard Disk file (VHD) which could, in theory, be <a title="Mount It!" href="http://www.pronetworks.org/forums/how-to-mount-completepc-backup-vhd-file-t84349.html">mounted</a> with <a title="Download Virtual PC 2007 FREE" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&amp;displaylang=en#Overview">Microsoft Virtual PC</a>.</p>
<p>So off we go in search of the new backup features in Windows Vista:</p>
<ol>
<li>Start</li>
<li>Control Panel</li>
<li>Backup and Restore Center</li>
<li>Back up computer</li>
</ol>
<p><img class="aligncenter size-medium wp-image-122" title="click-backup-computer" src="http://www.technullogy.net/wp-content/uploads/2009/07/click-backup-computer-300x164.png" alt="click-backup-computer" width="300" height="164" /></p>
<p>The first thing you&#8217;ll notice is that you can only backup to a local hard drive or multiple DVDs.  This is fine if you&#8217;ve got a USB hard drive or a bunch of DVD&#8217;s.  However, I want to backup to a network location (i.e. UNC path).  Enter the powerful WBAdmin utility.  TO THE COMMAND PROMPT ROBIN!</p>
<p>Here&#8217;s how your would do a one time backup to a network share:</p>
<ol>
<li>Command Prompt</li>
<li>wbadmin start backup -backupTarget:UNC_PATH_HERE -include:C: -quiet</li>
<li>Grab a healthy snack and watch your ones and zeros zing across the network</li>
</ol>
<p>Now let&#8217;s take a look at automating this job with the Task Scheduler:</p>
<ol>
<li>Start</li>
<li>Control Panel</li>
<li>Administrative Tools</li>
<li>Task Scheduler</li>
<li>Action</li>
<li>Create Basic Task</li>
<li>Give it a name like &#8220;Technullogy Rocks&#8221;</li>
<li>Set your schedule on the &#8220;Task Trigger&#8221; screen</li>
<li>Select &#8220;Start a program&#8221; on the &#8220;Action&#8221; screen</li>
<li>Enter &#8220;wbadmin.exe&#8221; in the &#8220;Program/script&#8221; textbox</li>
<li>Under &#8220;Add arguments&#8221; type &#8220;start backup -backupTarget:UNC_PATH_HERE -include:C: -quiet&#8221; (without quotes)</li>
<li>Click Finish and do a happy dance (be sure your friends don&#8217;t see this step &#8211; it could lead to a an awkward moment)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/07/30/how-to-backup-vista-to-a-network-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
