<?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: How-To: Synchronise two folders using xcopy.</title>
	<atom:link href="http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/</link>
	<description>Get the most out of your gadgets!</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:44:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Paul Sulwer</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-21515</link>
		<dc:creator>Paul Sulwer</dc:creator>
		<pubDate>Wed, 21 Sep 2011 02:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-21515</guid>
		<description>Forgot to mention the details: I was using Xcopy to back up 20 GB from a local disk to a USB HD.  It had been running for maybe 1/2 hour - 1 hour; I was checking something and somehow closed the DOS window!  Only about 1/2 of the data was transferred and I sure didn&#039;t want to start over again, and it would have been a pain to try to figure out exactly where it left off then transfer the remaining data manually, so I&#039;m glad I found this page.  
I ran xcopy again with the /D switch and it sort of sat there with no output for at least 10 minutes, during which time I assume it was checking which files needed to be transferred.  It finally started copying the remaining files and looks ok so far.  Would be nice if there were a faster way to accomplish this though.</description>
		<content:encoded><![CDATA[<p>Forgot to mention the details: I was using Xcopy to back up 20 GB from a local disk to a USB HD.  It had been running for maybe 1/2 hour &#8211; 1 hour; I was checking something and somehow closed the DOS window!  Only about 1/2 of the data was transferred and I sure didn&#8217;t want to start over again, and it would have been a pain to try to figure out exactly where it left off then transfer the remaining data manually, so I&#8217;m glad I found this page.<br />
I ran xcopy again with the /D switch and it sort of sat there with no output for at least 10 minutes, during which time I assume it was checking which files needed to be transferred.  It finally started copying the remaining files and looks ok so far.  Would be nice if there were a faster way to accomplish this though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Sulwer</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-21513</link>
		<dc:creator>Paul Sulwer</dc:creator>
		<pubDate>Wed, 21 Sep 2011 01:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-21513</guid>
		<description>Thanks for mentioning the /D switch; I didn&#039;t think there was a way to skip overwriting existing files (whether or not they were modified), but this works well.  In the real world you would probably want to overwrite older files anyway.  I think this is better than using /M to track changes via the archive attribute.  
Xcopy seems terribly slow however, when backing up a large amount of data to an external (USB2) hard drive, but it otherwise seems like the best way to automate an incremental backup.</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning the /D switch; I didn&#8217;t think there was a way to skip overwriting existing files (whether or not they were modified), but this works well.  In the real world you would probably want to overwrite older files anyway.  I think this is better than using /M to track changes via the archive attribute.<br />
Xcopy seems terribly slow however, when backing up a large amount of data to an external (USB2) hard drive, but it otherwise seems like the best way to automate an incremental backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2956</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 03 Nov 2010 19:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2956</guid>
		<description>You need to use the /Y switch to prevent being prompted to confirm the overwriting of existing files.</description>
		<content:encoded><![CDATA[<p>You need to use the /Y switch to prevent being prompted to confirm the overwriting of existing files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LM</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2939</link>
		<dc:creator>LM</dc:creator>
		<pubDate>Sat, 16 Oct 2010 03:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2939</guid>
		<description>I run the following command where d: is in my desktop computer and z: is a mapped network drive.
xcopy d:\myWork z:\myWork /D /E
When I run the above command for the first time it copied the source directory partially (703 files) and then stopped. To check the problem, I run the same command again and it kept asking whether to overwrite each of the file in the destination. Since no file was modified, I hoped that I would not get such prompt. Any help would be appreciated. Thanks</description>
		<content:encoded><![CDATA[<p>I run the following command where d: is in my desktop computer and z: is a mapped network drive.<br />
xcopy d:\myWork z:\myWork /D /E<br />
When I run the above command for the first time it copied the source directory partially (703 files) and then stopped. To check the problem, I run the same command again and it kept asking whether to overwrite each of the file in the destination. Since no file was modified, I hoped that I would not get such prompt. Any help would be appreciated. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Duckworth</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2684</link>
		<dc:creator>Chris Duckworth</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2684</guid>
		<description>I think it may be to do with the location of the email file. It is in application data which is a secure place. If thunderbird allows you to change the location of the file, you coul dget around it that way, otherwise check the security settings of the folder. You may need to turn off read only.</description>
		<content:encoded><![CDATA[<p>I think it may be to do with the location of the email file. It is in application data which is a secure place. If thunderbird allows you to change the location of the file, you coul dget around it that way, otherwise check the security settings of the folder. You may need to turn off read only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2678</link>
		<dc:creator>a</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2678</guid>
		<description>When I run the xcopy /D /E command to backup my email it keeps asking me if I want to Overwrite the file? Why? I thought it wouldn&#039;t do that as long as I used the /D command

xcopy &quot;C:\Documents and Settings\Administrator\Application Data\Thunderbird&quot; Z:\EmailBackup\Thunderbird\ /D/E

Z is a mapped network drive. Is that the problem? 

Thanks</description>
		<content:encoded><![CDATA[<p>When I run the xcopy /D /E command to backup my email it keeps asking me if I want to Overwrite the file? Why? I thought it wouldn&#8217;t do that as long as I used the /D command</p>
<p>xcopy &#8220;C:\Documents and Settings\Administrator\Application Data\Thunderbird&#8221; Z:\EmailBackup\Thunderbird\ /D/E</p>
<p>Z is a mapped network drive. Is that the problem? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Duckworth</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2630</link>
		<dc:creator>Chris Duckworth</dc:creator>
		<pubDate>Wed, 06 May 2009 00:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2630</guid>
		<description>It doesn&#039;t work for deleting files. You may do better using synctoy if you want deleted files to be synced.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for deleting files. You may do better using synctoy if you want deleted files to be synced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2616</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Tue, 28 Apr 2009 05:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2616</guid>
		<description>If some files are deleted from source folder is it possible to delete those from destination also? I have source folder synced with destination folder but after sometime some files are deleted from source folder now is it possible to keep the two folders in sync with xcopy?</description>
		<content:encoded><![CDATA[<p>If some files are deleted from source folder is it possible to delete those from destination also? I have source folder synced with destination folder but after sometime some files are deleted from source folder now is it possible to keep the two folders in sync with xcopy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netclient</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2596</link>
		<dc:creator>netclient</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2596</guid>
		<description>does xcopy commands consists in the robocopy UI?</description>
		<content:encoded><![CDATA[<p>does xcopy commands consists in the robocopy UI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Duckworth</title>
		<link>http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/comment-page-1/#comment-2375</link>
		<dc:creator>Chris Duckworth</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspectmygadget.com/2007/09/21/how-to-synchronise-two-folders-on-a-single-machine-using-xcopy/#comment-2375</guid>
		<description>Hi Tom, you would need to put them in a batch file. Create a text document with a .cmd extension. Then in that file, put all your xcopy commands to run one after another. To sync over many destinations, you may need to run the script twice.</description>
		<content:encoded><![CDATA[<p>Hi Tom, you would need to put them in a batch file. Create a text document with a .cmd extension. Then in that file, put all your xcopy commands to run one after another. To sync over many destinations, you may need to run the script twice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

