<?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: MySQL backup as separate sql files with rotation</title>
	<atom:link href="http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Aug 2011 16:03:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: deadelvis</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1137</link>
		<dc:creator>deadelvis</dc:creator>
		<pubDate>Tue, 09 Aug 2011 16:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1137</guid>
		<description>Thanks for this.
It&#039;s working fine except that (even though I am not using FTP) it throws this error:

./mysqlbackup.sh: line 121: syntax error near unexpected token `&lt;&#039;
./mysqlbackup.sh: line 121: `   ftp -nv &lt; &lt;EOF&#039;

Any ideas how to fix?
Thx</description>
		<content:encoded><![CDATA[<p>Thanks for this.<br />
It&#8217;s working fine except that (even though I am not using FTP) it throws this error:</p>
<p>./mysqlbackup.sh: line 121: syntax error near unexpected token `&lt;&#039;<br />
./mysqlbackup.sh: line 121: `   ftp -nv &lt; &lt;EOF&#039;</p>
<p>Any ideas how to fix?<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1136</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Sun, 19 Jun 2011 17:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1136</guid>
		<description>Thanks, very helpful.

Line 119 should be:
ftp -nv &lt;&lt;EOF

Great work. :-)</description>
		<content:encoded><![CDATA[<p>Thanks, very helpful.</p>
<p>Line 119 should be:<br />
ftp -nv &lt;&lt;EOF</p>
<p>Great work. <img src='http://blog.sebflipper.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1135</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Sun, 19 Jun 2011 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1135</guid>
		<description>Hi, great script! Very helpful and quick to setup. 

On line 119 there&#039;s a space which should not be there though:
ftp -nv &lt;&lt;EOF

Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>Hi, great script! Very helpful and quick to setup. </p>
<p>On line 119 there&#8217;s a space which should not be there though:<br />
ftp -nv &lt;&lt;EOF</p>
<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1132</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1132</guid>
		<description>can you extend this to support hourly backups?</description>
		<content:encoded><![CDATA[<p>can you extend this to support hourly backups?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1131</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 09 Feb 2011 20:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1131</guid>
		<description>I tried your script but foudn it would not work on my host as they do not allow direct access to mysqldump.

So I tried this:
http://www.dwalker.co.uk/phpmysqlautobackup/
and it worked great for me

its free and sends reports via email when the backup zip file has been ftp&#039;d to a remote server.</description>
		<content:encoded><![CDATA[<p>I tried your script but foudn it would not work on my host as they do not allow direct access to mysqldump.</p>
<p>So I tried this:<br />
<a href="http://www.dwalker.co.uk/phpmysqlautobackup/" rel="nofollow">http://www.dwalker.co.uk/phpmysqlautobackup/</a><br />
and it worked great for me</p>
<p>its free and sends reports via email when the backup zip file has been ftp&#8217;d to a remote server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution de sauvegarde avec rotation &#171; BenjaminAbadie.net</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-1113</link>
		<dc:creator>Solution de sauvegarde avec rotation &#171; BenjaminAbadie.net</dc:creator>
		<pubDate>Sun, 19 Sep 2010 18:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-1113</guid>
		<description>[...] cela j&#8217;ai utilisé deux versions du script de sauvegarde mysql avec rotation de Sebastian Flippence : une copie a été légèrement modifiée pour se fondre dans l&#8217;ensemble, et une autre a [...]</description>
		<content:encoded><![CDATA[<p>[...] cela j&#8217;ai utilisé deux versions du script de sauvegarde mysql avec rotation de Sebastian Flippence : une copie a été légèrement modifiée pour se fondre dans l&#8217;ensemble, et une autre a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tefnut</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-619</link>
		<dc:creator>tefnut</dc:creator>
		<pubDate>Thu, 29 Apr 2010 07:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-619</guid>
		<description>Ok, i&#039;ve some another problem. :P hope u can help
I don&#039;t have php installed on  my machine, this
WEEK_NO=`$PHP -r &#039;echo ceil(date(&quot;j&quot;, time())/7);&#039;`
is a little problem.. How can i replace?


In any case i only want to make daily backup and keep only the last one. i&#039;m not interested into archiving.</description>
		<content:encoded><![CDATA[<p>Ok, i&#8217;ve some another problem. <img src='http://blog.sebflipper.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  hope u can help<br />
I don&#8217;t have php installed on  my machine, this<br />
WEEK_NO=`$PHP -r &#8216;echo ceil(date(&#8220;j&#8221;, time())/7);&#8217;`<br />
is a little problem.. How can i replace?</p>
<p>In any case i only want to make daily backup and keep only the last one. i&#8217;m not interested into archiving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-566</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Thu, 22 Apr 2010 19:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-566</guid>
		<description>Might have been due to the space between the &lt;a href=&quot;http://forums.devshed.com/showpost.php?p=1406498&amp;postcount=2&quot; rel=&quot;nofollow&quot;&gt;here tag&lt;/a&gt;: &quot;&lt; &lt;&quot; I have updated it to: &quot;&lt;&lt;&quot;</description>
		<content:encoded><![CDATA[<p>Might have been due to the space between the <a href="http://forums.devshed.com/showpost.php?p=1406498&#038;postcount=2" rel="nofollow">here tag</a>: &#8220;< <&#8221; I have updated it to: &#8220;<<&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tefnut</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-564</link>
		<dc:creator>tefnut</dc:creator>
		<pubDate>Thu, 22 Apr 2010 11:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-564</guid>
		<description>i recieve this error

./mysqlbackup.sh: line 99: syntax error near unexpected token `&lt;&#039;
./mysqlbackup.sh: line 99: `    ftp -nv &lt; &lt;EOF&#039;</description>
		<content:encoded><![CDATA[<p>i recieve this error</p>
<p>./mysqlbackup.sh: line 99: syntax error near unexpected token `&lt;&#039;<br />
./mysqlbackup.sh: line 99: `    ftp -nv &lt; &lt;EOF&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blog.sebflipper.co.uk/2010/03/10/mysql-backup-as-separate-sql-files-with-rotation/comment-page-1/#comment-140</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Tue, 23 Mar 2010 21:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=153#comment-140</guid>
		<description>Thank you for this share, it will certainly come in handy.</description>
		<content:encoded><![CDATA[<p>Thank you for this share, it will certainly come in handy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

