<?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/"
		>
<channel>
	<title>Comments on: CyberNotes: How To Create A Batch File For Synchronizing Folders</title>
	<atom:link href="http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/</link>
	<description>Technology News</description>
	<lastBuildDate>Mon, 23 Nov 2009 08:18:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-129771</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 18 Jan 2008 19:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129771</guid>
		<description>&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-129701&quot; rel=&quot;nofollow&quot;&gt;tim wrote:&lt;/a&gt;&lt;blockquote&gt;what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!&lt;/blockquote&gt;&lt;/div&gt;
I don&#039;t think that&#039;s possible using this simple command. That would require filtering, and I think you need a more complete program for that.</description>
		<content:encoded><![CDATA[<div class="commentquote"><a href="#comment-129701" rel="nofollow">tim wrote:</a><br />
<blockquote>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</p></blockquote>
</div>
<p>I don&#8217;t think that&#8217;s possible using this simple command. That would require filtering, and I think you need a more complete program for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-129701</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129701</guid>
		<description>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</description>
		<content:encoded><![CDATA[<p>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-8058</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 01 Aug 2006 04:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8058</guid>
		<description>&lt;div id=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-8003&quot;&gt;ikszkom wrote:&lt;/a&gt;&lt;blockquote&gt;why don&#039;t you use robocopy instead of xcopy?
is much better&lt;/blockquote&gt;&lt;/div&gt;
I actually hadn&#039;t seen robocopy before but it definitely does look like a useful command. I may have to read into it a little more.

&lt;div id=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-8021&quot;&gt;hverne wrote:&lt;/a&gt;&lt;blockquote&gt;The one problem with the approach used is - if you delete a file from the source it is NOT deleted from the destination.&lt;/blockquote&gt;&lt;/div&gt;
Yes, you are right that it doesn&#039;t delete the destination file but I actually find that useful. If I accidentally delete a file then I know I have a backup of it.

-Ryan</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-8003">ikszkom wrote:</a><br />
<blockquote>why don&#8217;t you use robocopy instead of xcopy?<br />
is much better</p></blockquote>
</div>
<p>I actually hadn&#8217;t seen robocopy before but it definitely does look like a useful command. I may have to read into it a little more.</p>
<div id="commentquote"><a href="#comment-8021">hverne wrote:</a><br />
<blockquote>The one problem with the approach used is &#8211; if you delete a file from the source it is NOT deleted from the destination.</p></blockquote>
</div>
<p>Yes, you are right that it doesn&#8217;t delete the destination file but I actually find that useful. If I accidentally delete a file then I know I have a backup of it.</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hverne</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-8021</link>
		<dc:creator>hverne</dc:creator>
		<pubDate>Mon, 31 Jul 2006 18:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8021</guid>
		<description>The one problem with the approach used is - if you delete a file from the source it is NOT deleted from the destination.</description>
		<content:encoded><![CDATA[<p>The one problem with the approach used is &#8211; if you delete a file from the source it is NOT deleted from the destination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikszkom</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-8003</link>
		<dc:creator>ikszkom</dc:creator>
		<pubDate>Mon, 31 Jul 2006 09:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8003</guid>
		<description>why don&#039;t you use robocopy instead of xcopy?
is much better, it can even mirror the 2 folders.</description>
		<content:encoded><![CDATA[<p>why don&#8217;t you use robocopy instead of xcopy?<br />
is much better, it can even mirror the 2 folders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vin</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-7694</link>
		<dc:creator>vin</dc:creator>
		<pubDate>Fri, 28 Jul 2006 10:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7694</guid>
		<description>Great stuff.Had seen it somewhere and always wanted to figure it out. Thanx</description>
		<content:encoded><![CDATA[<p>Great stuff.Had seen it somewhere and always wanted to figure it out. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-7612</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 27 Jul 2006 15:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7612</guid>
		<description>I am glad that I turned you onto my addiction :D . It&#039;s contagious, be careful!

-Ryan</description>
		<content:encoded><![CDATA[<p>I am glad that I turned you onto my addiction <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  . It&#8217;s contagious, be careful!</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/comment-page-1/#comment-7610</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 27 Jul 2006 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7610</guid>
		<description>This is the coolest thing ever.  I love batch files now!</description>
		<content:encoded><![CDATA[<p>This is the coolest thing ever.  I love batch files now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
