<?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 for Seb&#039;s Blog</title>
	<atom:link href="http://blog.sebflipper.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sebflipper.co.uk</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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>Comment on MySQL backup as separate sql files with rotation 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>
	<item>
		<title>Comment on Boxee brings iPlayer to Apple TV by Seb</title>
		<link>http://blog.sebflipper.co.uk/2008/12/27/boxee-brings-iplayer-to-apple-tv/comment-page-1/#comment-40</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=53#comment-40</guid>
		<description>The screenshots where taken from my Mac, but following the &lt;a href=&quot;http://forum.boxee.tv/showthread.php?t=289&quot; rel=&quot;nofollow&quot;&gt;iPlayer guide from the Boxee forum&lt;/a&gt; you can also install it on your Apple TV. The only different is that you need to SFTP to your Apple TV using something like &lt;a href=&quot;http://winscp.net/&quot; rel=&quot;nofollow&quot;&gt;WinSCP&lt;/a&gt; or &lt;a href=&quot;http://cyberduck.ch/&quot; rel=&quot;nofollow&quot;&gt;Cyberduck&lt;/a&gt; connect to your Apple TV and browse to: /Applications/Boxee.app/Contents/Resources/Boxee/plugins/video/ and then follow the rest of the guide.</description>
		<content:encoded><![CDATA[<p>The screenshots where taken from my Mac, but following the <a href="http://forum.boxee.tv/showthread.php?t=289" rel="nofollow">iPlayer guide from the Boxee forum</a> you can also install it on your Apple TV. The only different is that you need to SFTP to your Apple TV using something like <a href="http://winscp.net/" rel="nofollow">WinSCP</a> or <a href="http://cyberduck.ch/" rel="nofollow">Cyberduck</a> connect to your Apple TV and browse to: /Applications/Boxee.app/Contents/Resources/Boxee/plugins/video/ and then follow the rest of the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Boxee brings iPlayer to Apple TV by Liam</title>
		<link>http://blog.sebflipper.co.uk/2008/12/27/boxee-brings-iplayer-to-apple-tv/comment-page-1/#comment-39</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=53#comment-39</guid>
		<description>Those images aren&#039;t for AppleTV? I&#039;ve recently put Boxee on my ATV, do you have a step by step install that&#039;s a bit more descriptive?</description>
		<content:encoded><![CDATA[<p>Those images aren&#8217;t for AppleTV? I&#8217;ve recently put Boxee on my ATV, do you have a step by step install that&#8217;s a bit more descriptive?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GPS Tracks by Ollie C</title>
		<link>http://blog.sebflipper.co.uk/2008/04/06/gps-tracks/comment-page-1/#comment-38</link>
		<dc:creator>Ollie C</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=23#comment-38</guid>
		<description>Comedy - it can even show you your favourite parking space in the parade car park!!!

Makes me laugh how you aren&#039;t allowed to take photos of the site but Google has detailed aerial photos of it...!</description>
		<content:encoded><![CDATA[<p>Comedy &#8211; it can even show you your favourite parking space in the parade car park!!!</p>
<p>Makes me laugh how you aren&#8217;t allowed to take photos of the site but Google has detailed aerial photos of it&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Backup by John O'Neill</title>
		<link>http://blog.sebflipper.co.uk/2008/08/17/online-backup/comment-page-1/#comment-32</link>
		<dc:creator>John O'Neill</dc:creator>
		<pubDate>Sun, 14 Sep 2008 19:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=29#comment-32</guid>
		<description>Nice review with good alternatives and detail. If you are considering broadening it at any stage we would be delighted to be included in your listing. We can provide full trial account (our trial is the full version) facilities and product details.
Thanks
John
http://www.backupanytime.com/blog</description>
		<content:encoded><![CDATA[<p>Nice review with good alternatives and detail. If you are considering broadening it at any stage we would be delighted to be included in your listing. We can provide full trial account (our trial is the full version) facilities and product details.<br />
Thanks<br />
John<br />
<a href="http://www.backupanytime.com/blog" rel="nofollow">http://www.backupanytime.com/blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Backup by jammina</title>
		<link>http://blog.sebflipper.co.uk/2008/08/17/online-backup/comment-page-1/#comment-22</link>
		<dc:creator>jammina</dc:creator>
		<pubDate>Wed, 20 Aug 2008 13:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=29#comment-22</guid>
		<description>there is also a cool freeware, Backup To EMail, right click and backup files (http://emailer.zapto.org)</description>
		<content:encoded><![CDATA[<p>there is also a cool freeware, Backup To EMail, right click and backup files (<a href="http://emailer.zapto.org" rel="nofollow">http://emailer.zapto.org</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Backup by Robert Haines</title>
		<link>http://blog.sebflipper.co.uk/2008/08/17/online-backup/comment-page-1/#comment-21</link>
		<dc:creator>Robert Haines</dc:creator>
		<pubDate>Mon, 18 Aug 2008 19:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebflipper.co.uk/?p=29#comment-21</guid>
		<description>Hi, good blog about online backup. Have you considered www.IDrive.com? You can get 150GB of online backup for $4.95/month. Works on Mac &amp; PC.</description>
		<content:encoded><![CDATA[<p>Hi, good blog about online backup. Have you considered <a href="http://www.IDrive.com?" rel="nofollow">http://www.IDrive.com?</a> You can get 150GB of online backup for $4.95/month. Works on Mac &amp; PC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

