<?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>Sun, 20 May 2012 13:40: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: Andreas</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7915</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 26 Mar 2012 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7915</guid>
		<description>This is all useful information and seems simple enough to implement.  What I found most helpful though is using the server management website 
http://scalextreme.com/.

These guys do everything for you.  You can simple copy and paste certain scripts for your Operating System and the free trial version automates the script for you.  You can even create a template which allows you to create a multitude of maintenance scripts which runs every week!  Neat stuff.  Just giving me two cents on what helped me with handling my Amazon EC2 servers.</description>
		<content:encoded><![CDATA[<p>This is all useful information and seems simple enough to implement.  What I found most helpful though is using the server management website <br />
<a href="http://scalextreme.com/" rel="nofollow">http://scalextreme.com/</a>.</p>
<p>These guys do everything for you.  You can simple copy and paste certain scripts for your Operating System and the free trial version automates the script for you.  You can even create a template which allows you to create a multitude of maintenance scripts which runs every week!  Neat stuff.  Just giving me two cents on what helped me with handling my Amazon EC2 servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juno227</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7893</link>
		<dc:creator>Juno227</dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7893</guid>
		<description>I am new to backing up folders and directories.  I have Windows 2008 server that I need to copy a folder to the backup folder everynight.  I need to keep a copy of back up.  Can you assist me.</description>
		<content:encoded><![CDATA[<p>I am new to backing up folders and directories.  I have Windows 2008 server that I need to copy a folder to the backup folder everynight.  I need to keep a copy of back up.  Can you assist me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mail2sid2008</title>
		<link>http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7865</link>
		<dc:creator>Mail2sid2008</dc:creator>
		<pubDate>Mon, 20 Feb 2012 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/windows-tutorials/create-a-windows-daily-backup-script#comment-7865</guid>
		<description>this cmd is nt working on window7
plz tell me for windows7</description>
		<content:encoded><![CDATA[<p>this cmd is nt working on window7<br />
plz tell me for windows7</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

