<?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>GeekyThingz &#187; microsoft robocopy</title>
	<atom:link href="http://www.GeekyThingz.com/?feed=rss2&#038;tag=microsoft-robocopy" rel="self" type="application/rss+xml" />
	<link>http://www.GeekyThingz.com</link>
	<description>All things Geeky</description>
	<lastBuildDate>Thu, 19 Aug 2010 01:16:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Robocopy</title>
		<link>http://www.GeekyThingz.com/?p=105</link>
		<comments>http://www.GeekyThingz.com/?p=105#comments</comments>
		<pubDate>Fri, 28 Aug 2009 04:21:07 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Tech support]]></category>
		<category><![CDATA[microsoft robocopy]]></category>

		<guid isPermaLink="false">http://s222061487.onlinehome.us/GeekyThingz/?p=105</guid>
		<description><![CDATA[This is more of a techinical post but I need to sing the praises of this wonderful free command line program from Microsoft: Robocopy.  
I have used robocopy in many of the VBScripts that I have written over the years because of it&#8217;s flexiblity and well&#8230;. its robustness (Hence the name ROBOcopy)
This little program [...]]]></description>
			<content:encoded><![CDATA[<p>This is more of a techinical post but I need to sing the praises of this wonderful free command line program from Microsoft: Robocopy.  </p>
<p>I have used robocopy in many of the VBScripts that I have written over the years because of it&#8217;s flexiblity and well&#8230;. its robustness (Hence the name <a href="http://en.wikipedia.org/wiki/Robocopy">ROBOcopy</a>)</p>
<p>This little program adds a a fine level of control in the way to copy files from one location to another. Some of the things you can do are:</p>
<p>- Mirror a folders contents to another location, deleting anything that does not belong.<br />
- Copy files of a certian size.<br />
- Copy files of a certain age.<br />
- Copy files without attibutes like hidden, system or read-only.<br />
- Copy files without the NTFS security.<br />
- Create a log of the copy process.</p>
<p>The major thing that I love about this program is that it resume the copy of a large file if it is interrupted with the /z switch. This is really useful for admins that need copy files over an unstable VPN connection.</p>
<p>You can find more about this command at another great resource: <a href="http://ss64.com/nt/robocopy.html">ss64</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.GeekyThingz.com/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
