<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-windows-daily-backup-script</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Paa</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6891</link>
		<dc:creator>Paa</dc:creator>
		<pubDate>Tue, 16 Aug 2011 14:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6891</guid>
		<description>Hello Guys
Anytime I run the script I can see my backup on the destination drive but will immediately varnish when I close the command prompt.
What is wrong with my script.

Also how I make command prompt exit after completion of task.</description>
		<content:encoded><![CDATA[<p>Hello Guys<br />
Anytime I run the script I can see my backup on the destination drive but will immediately varnish when I close the command prompt.<br />
What is wrong with my script.</p>
<p>Also how I make command prompt exit after completion of task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoozoo</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6728</link>
		<dc:creator>zoozoo</dc:creator>
		<pubDate>Mon, 25 Jul 2011 16:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6728</guid>
		<description>hey its awesome....
than q....

anyway i&#039;ve designed this kind of script

Robocopy C:\Users\Dr\Documents\ E:\123\123\ /S /XO /NP /LOG:documents/Q &amp;
 ROBOCOPY C:\Users\Dr\AppData\Roaming\Mozilla\Firefox\Profiles E:\456\123\ /S /W:0 /R:1 /XO /LOG:firefox /NP &amp; 
Robocopy C:\Users\Dr\Desktop E:\789\123\ /S  /MIR /LOG:desktop /NP

the only drawback is the console..it is prompting and i don&#039;t like it... is there anyway to hide the console.. ?? than q..</description>
		<content:encoded><![CDATA[<p>hey its awesome&#8230;.<br />
than q&#8230;.</p>
<p>anyway i&#8217;ve designed this kind of script</p>
<p>Robocopy C:\Users\Dr\Documents\ E:\123\123\ /S /XO /NP /LOG:documents/Q &amp;<br />
 ROBOCOPY C:\Users\Dr\AppData\Roaming\Mozilla\Firefox\Profiles E:\456\123\ /S /W:0 /R:1 /XO /LOG:firefox /NP &amp;<br />
Robocopy C:\Users\Dr\Desktop E:\789\123\ /S  /MIR /LOG:desktop /NP</p>
<p>the only drawback is the console..it is prompting and i don&#8217;t like it&#8230; is there anyway to hide the console.. ?? than q..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vickie</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6634</link>
		<dc:creator>Vickie</dc:creator>
		<pubDate>Mon, 27 Jun 2011 05:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6634</guid>
		<description>Someone set this up for me and after a while it quit running..can you tell me what I can change to get it to work again. There is a short cut on my desk top and it was so easy to just double click and it would back up to my external drive.  Thanks for your help.

xcopy &quot;C:\Users\Msvikk\Documents&quot; &quot;J:\My Documents&quot; /d /e /f /h /r /y
xcopy &quot;C:\Users\Msvikk\Pictures&quot; &quot;J:\Pictures&quot; /d /e /f /h /r /y
xcopy &quot;C:\VikWing&quot; &quot;J:\VikWing&quot; /d /e /f /h /r /y
pause</description>
		<content:encoded><![CDATA[<p>Someone set this up for me and after a while it quit running..can you tell me what I can change to get it to work again. There is a short cut on my desk top and it was so easy to just double click and it would back up to my external drive.  Thanks for your help.</p>
<p>xcopy &#8220;C:\Users\Msvikk\Documents&#8221; &#8220;J:\My Documents&#8221; /d /e /f /h /r /y<br />
xcopy &#8220;C:\Users\Msvikk\Pictures&#8221; &#8220;J:\Pictures&#8221; /d /e /f /h /r /y<br />
xcopy &#8220;C:\VikWing&#8221; &#8220;J:\VikWing&#8221; /d /e /f /h /r /y<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram Singh</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6622</link>
		<dc:creator>Vikram Singh</dc:creator>
		<pubDate>Thu, 23 Jun 2011 17:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6622</guid>
		<description>Try robocopy its better than any other backup program.</description>
		<content:encoded><![CDATA[<p>Try robocopy its better than any other backup program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raju</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6612</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Mon, 20 Jun 2011 10:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6612</guid>
		<description>i want a log file after backup that ensure that all files are copied or Not,and errors.
 
Thanks in advance</description>
		<content:encoded><![CDATA[<p>i want a log file after backup that ensure that all files are copied or Not,and errors.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okiekaren</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6539</link>
		<dc:creator>okiekaren</dc:creator>
		<pubDate>Mon, 23 May 2011 16:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6539</guid>
		<description>Hi, I am a newbie but need to write two batch files.  I need to do a nightly backup, perhaps about 1:00 in the morning.  It needs to backup from my store to my home server remotely.  My server has an https:// URL, then I have to login using an ID and password.  How can I write a batch file that will log into my home server via https:// and then back up?  Or, maybe using an ftp program (automated)?  Or I am open to other ideas.

Another batch file I need is to simply kill a program (instead of teaching my mom to use Task Manager) and open it back up.  For the time being, I have a POS system that freezes if a VOID is made.  If I could give her a button to push to just close the program and re-open it, that would be super!

I have been reading through this forum and it is great.  Thanks for all the valuable input.</description>
		<content:encoded><![CDATA[<p>Hi, I am a newbie but need to write two batch files.  I need to do a nightly backup, perhaps about 1:00 in the morning.  It needs to backup from my store to my home server remotely.  My server has an https:// URL, then I have to login using an ID and password.  How can I write a batch file that will log into my home server via https:// and then back up?  Or, maybe using an ftp program (automated)?  Or I am open to other ideas.</p>
<p>Another batch file I need is to simply kill a program (instead of teaching my mom to use Task Manager) and open it back up.  For the time being, I have a POS system that freezes if a VOID is made.  If I could give her a button to push to just close the program and re-open it, that would be super!</p>
<p>I have been reading through this forum and it is great.  Thanks for all the valuable input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tubz</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6441</link>
		<dc:creator>Tubz</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6441</guid>
		<description>Can you copy the whole drive as well? Im assuming its just xcopy C:\*     (Right?)</description>
		<content:encoded><![CDATA[<p>Can you copy the whole drive as well? Im assuming its just xcopy C:\*     (Right?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homayoon Fayez</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6350</link>
		<dc:creator>Homayoon Fayez</dc:creator>
		<pubDate>Thu, 14 Apr 2011 16:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6350</guid>
		<description>Thank you John, it was a great help</description>
		<content:encoded><![CDATA[<p>Thank you John, it was a great help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Backup for Windows 7 &#38; Linux (Rsync) &#124; EAL IT technologist (2010 Autumn)</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6114</link>
		<dc:creator>Daily Backup for Windows 7 &#38; Linux (Rsync) &#124; EAL IT technologist (2010 Autumn)</dc:creator>
		<pubDate>Mon, 31 Jan 2011 13:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6114</guid>
		<description>[...] Team Tutorial – Windows Backup [...]</description>
		<content:encoded><![CDATA[<p>[...] Team Tutorial – Windows Backup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Backup &#171; bss2011eal</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6103</link>
		<dc:creator>Daily Backup &#171; bss2011eal</dc:creator>
		<pubDate>Thu, 27 Jan 2011 08:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-6103</guid>
		<description>[...] Team Tutorial &#8211; Windows Backup             This entry was posted on Thursday, January 27th, 2011 at 7:36 am and posted in Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.        LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Team Tutorial &#8211; Windows Backup             This entry was posted on Thursday, January 27th, 2011 at 7:36 am and posted in Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.        LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

