<?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: Simple batch file backup</title>
	<atom:link href="http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/</link>
	<description>RIA Fanatic, ramblings on Flex, Flash, Silverlight, UX, .net</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:08:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: phil</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-106699</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-106699</guid>
		<description>You should mention that you need to put the 7z.exe in the same directory where your *.bat file is located. ;)</description>
		<content:encoded><![CDATA[<p>You should mention that you need to put the 7z.exe in the same directory where your *.bat file is located. <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sohail</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-77752</link>
		<dc:creator>Sohail</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-77752</guid>
		<description>thanx for the code.. hey man u are gr8 ..but i haev one more query?
1. can we get the backup with time stamp and remove the older files?
i mean instead of backup1.. can we have something like &quot;backup_05june2008&quot;
&quot;backup_12june2008&quot;
&quot;backup_19june2008&quot;
&quot;backup_26june2008&quot;
then 
backup_05june2008 should be deleted adn replaced by backup_2july2008

can we get some suggestions</description>
		<content:encoded><![CDATA[<p>thanx for the code.. hey man u are gr8 ..but i haev one more query?<br />
1. can we get the backup with time stamp and remove the older files?<br />
i mean instead of backup1.. can we have something like &#8220;backup_05june2008&#8243;<br />
&#8220;backup_12june2008&#8243;<br />
&#8220;backup_19june2008&#8243;<br />
&#8220;backup_26june2008&#8243;<br />
then<br />
backup_05june2008 should be deleted adn replaced by backup_2july2008</p>
<p>can we get some suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-60693</link>
		<dc:creator>william</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-60693</guid>
		<description>Thanks for the pointers. Couple of notes worth mentioning. 

1)  Rename and Delete are really ren and del when one actually writes the script (or according to the documentation that I could find and what actually worked for me)

2) your backup script has a bit of a flaw.
I&#039;d suggest this instead (rough draft)
create newbackup.zip
del 3
rename 1 and 2
rename new to 1
ftp 1

this way, if for some reason your backup fails, the batch will stop executing and you&#039;ll still have something as a backup. Otherwise, you&#039;ll be deleting and renaming before the script fails at the backup (and the subsequent upload). You&#039;d hate to come back from a two week holiday with no backups.</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers. Couple of notes worth mentioning. </p>
<p>1)  Rename and Delete are really ren and del when one actually writes the script (or according to the documentation that I could find and what actually worked for me)</p>
<p>2) your backup script has a bit of a flaw.<br />
I&#8217;d suggest this instead (rough draft)<br />
create newbackup.zip<br />
del 3<br />
rename 1 and 2<br />
rename new to 1<br />
ftp 1</p>
<p>this way, if for some reason your backup fails, the batch will stop executing and you&#8217;ll still have something as a backup. Otherwise, you&#8217;ll be deleting and renaming before the script fails at the backup (and the subsequent upload). You&#8217;d hate to come back from a two week holiday with no backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyT</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-26294</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Mon, 27 Aug 2007 10:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-26294</guid>
		<description>srinivas, the code above DOES upload a file to FTP. Re-read the section titled &quot;FTP Script&quot;</description>
		<content:encoded><![CDATA[<p>srinivas, the code above DOES upload a file to FTP. Re-read the section titled &#8220;FTP Script&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-26293</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Mon, 27 Aug 2007 10:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-26293</guid>
		<description>HI, I want to creat abatch file to up load a file to ftp.
please help me</description>
		<content:encoded><![CDATA[<p>HI, I want to creat abatch file to up load a file to ftp.<br />
please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/comment-page-1/#comment-26045</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Thu, 23 Aug 2007 19:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-26045</guid>
		<description>This is good stuff... Thanks!</description>
		<content:encoded><![CDATA[<p>This is good stuff&#8230; Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
