<?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: Create a Windows Daily Backup Script</title>
	<atom:link href="http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/feed" rel="self" type="application/rss+xml" />
	<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script</link>
	<description></description>
	<lastBuildDate>Sat, 04 Jul 2009 06:24:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Barbera</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-2#comment-3060</link>
		<dc:creator>Jim Barbera</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-3060</guid>
		<description>You can copy folders with spaces in the names.  You just have to use the folder&#039;s MS-DOS name in your command lines.

Examples:

My Documents = MYDOCU~1
Program Files = PROGRA~1
Application Data = APPLIC~1

To find the MS-DOS name, you&#039;ll need to open a command prompt window and navigate to the folder using the dir /X and cd commands.  Maybe there&#039;s a better way, but this is what I do.

-Jim</description>
		<content:encoded><![CDATA[<p>You can copy folders with spaces in the names.  You just have to use the folder&#8217;s MS-DOS name in your command lines.</p>
<p>Examples:</p>
<p>My Documents = MYDOCU~1<br />
Program Files = PROGRA~1<br />
Application Data = APPLIC~1</p>
<p>To find the MS-DOS name, you&#8217;ll need to open a command prompt window and navigate to the folder using the dir /X and cd commands.  Maybe there&#8217;s a better way, but this is what I do.</p>
<p>-Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawandeep Singh</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-2#comment-2991</link>
		<dc:creator>Pawandeep Singh</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2991</guid>
		<description>I have found that, if you are trying to copy a folder that has space in name (Example: Documents and Settings), then this script will not work.
To make it work: 
You will have put quotation mark on both ends of folder’s address.
Example: 
xcopy &quot;C:\Documents and Settings\Administrator\Desktop\*&quot; &quot;\\server\admin\Backup\Hp-Desktop\%date:~10,4%_%date:~4,2%_%date:~7,2%_backup\*&quot; /Y /Q /S
This script working perfectly on my pc, and I hope it will work on your too.</description>
		<content:encoded><![CDATA[<p>I have found that, if you are trying to copy a folder that has space in name (Example: Documents and Settings), then this script will not work.<br />
To make it work:<br />
You will have put quotation mark on both ends of folder’s address.<br />
Example:<br />
xcopy &#8220;C:\Documents and Settings\Administrator\Desktop\*&#8221; &#8220;\\server\admin\Backup\Hp-Desktop\%date:~10,4%_%date:~4,2%_%date:~7,2%_backup\*&#8221; /Y /Q /S<br />
This script working perfectly on my pc, and I hope it will work on your too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawandeep Singh</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-2#comment-2990</link>
		<dc:creator>Pawandeep Singh</dc:creator>
		<pubDate>Thu, 18 Jun 2009 23:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2990</guid>
		<description>Hi Everyone,
I have found that, if you are trying to copy a folder that has space in name (Example: Documents and Settings), then this script will not work.
To make it work: 
You will have put quotation mark on both ends of folder’s address.
Example: 
xcopy &quot;C:\Documents and Settings\Administrator\Desktop\*&quot; &quot;\\server\admin\Backup\Hp-Desktop\%date:~10,4%_%date:~4,2%_%date:~7,2%_backup\*&quot; /Y /Q /S
This script working perfectly on my pc, and I hope it will work on your too.</description>
		<content:encoded><![CDATA[<p>Hi Everyone,<br />
I have found that, if you are trying to copy a folder that has space in name (Example: Documents and Settings), then this script will not work.<br />
To make it work:<br />
You will have put quotation mark on both ends of folder’s address.<br />
Example:<br />
xcopy &#8220;C:\Documents and Settings\Administrator\Desktop\*&#8221; &#8220;\\server\admin\Backup\Hp-Desktop\%date:~10,4%_%date:~4,2%_%date:~7,2%_backup\*&#8221; /Y /Q /S<br />
This script working perfectly on my pc, and I hope it will work on your too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-2#comment-2863</link>
		<dc:creator>san</dc:creator>
		<pubDate>Fri, 22 May 2009 19:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2863</guid>
		<description>This is not working @ time 12:00 AM

xcopy D:\xyz\* D:\Backup\%date:~10,4%-%date:~7,2%-%date:~4,2%_%time:~0,2%.%time:~3,2%\* /Y /Q /S</description>
		<content:encoded><![CDATA[<p>This is not working @ time 12:00 AM</p>
<p>xcopy D:\xyz\* D:\Backup\%date:~10,4%-%date:~7,2%-%date:~4,2%_%time:~0,2%.%time:~3,2%\* /Y /Q /S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cicciux</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-2#comment-2763</link>
		<dc:creator>cicciux</dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2763</guid>
		<description>or, simply use ntbackup or any of the thousand backup tools out there.

nice post though.</description>
		<content:encoded><![CDATA[<p>or, simply use ntbackup or any of the thousand backup tools out there.</p>
<p>nice post though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Kennedy</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-1#comment-2423</link>
		<dc:creator>Ben Kennedy</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2423</guid>
		<description>Hi John,

Just wanted to let you know that you are on stumble upon.

I like your script!

A word to everyone who needs help making their own scripts: Please stop asking John to write a script for you, do it yourselves, it&#039;s not hard. You can easily use any search engine to research the various commands in this script to find out how it works. Do your homework first, and then you won&#039;t have to ask silly questions that aren&#039;t worth the time to answer.

Anyway, Keep up the good work John.

-Ben</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Just wanted to let you know that you are on stumble upon.</p>
<p>I like your script!</p>
<p>A word to everyone who needs help making their own scripts: Please stop asking John to write a script for you, do it yourselves, it&#8217;s not hard. You can easily use any search engine to research the various commands in this script to find out how it works. Do your homework first, and then you won&#8217;t have to ask silly questions that aren&#8217;t worth the time to answer.</p>
<p>Anyway, Keep up the good work John.</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-1#comment-2421</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Wed, 21 Jan 2009 10:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2421</guid>
		<description>how to copy directory from one location to another location using xcopy in windows</description>
		<content:encoded><![CDATA[<p>how to copy directory from one location to another location using xcopy in windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Killer</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-1#comment-2308</link>
		<dc:creator>Killer</dc:creator>
		<pubDate>Wed, 10 Dec 2008 05:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2308</guid>
		<description>Didn&#039;t quite see the answer to the question regarding backups of &quot;newest&quot; files.

I want to create a copy of a music directory and then run your script nightly so that if there are new mp3 files added to the source directory it will only copy those files.

Any ideas?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t quite see the answer to the question regarding backups of &#8220;newest&#8221; files.</p>
<p>I want to create a copy of a music directory and then run your script nightly so that if there are new mp3 files added to the source directory it will only copy those files.</p>
<p>Any ideas?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-1#comment-2033</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 10 Nov 2008 21:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-2033</guid>
		<description>Thanks for the help, really great guide you have going here.</description>
		<content:encoded><![CDATA[<p>Thanks for the help, really great guide you have going here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script/comment-page-1#comment-1762</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-1762</guid>
		<description>what is backing up files good for and y do ppl do it??? plz hlp hehe</description>
		<content:encoded><![CDATA[<p>what is backing up files good for and y do ppl do it??? plz hlp hehe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
