<?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 MySQL Backup</title>
	<atom:link href="http://ocaoimh.ie/simple-mysql-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie/simple-mysql-backup/</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Sat, 20 Mar 2010 03:33:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Irfan TOOR</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-667790</link>
		<dc:creator>Irfan TOOR</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-667790</guid>
		<description>You are absolutely right the details or the reference is missing in date command&#039;s manual.

format of date command is:
date [-nu] [-r seconds] [+format]

the details of +%u and all of the other formats which you can use in your scripts can be seen in &quot;man strftime&quot;

hope this helps.</description>
		<content:encoded><![CDATA[<p>You are absolutely right the details or the reference is missing in date command&#8217;s manual.</p>
<p>format of date command is:<br />
date [-nu] [-r seconds] [+format]</p>
<p>the details of +%u and all of the other formats which you can use in your scripts can be seen in &#8220;man strftime&#8221;</p>
<p>hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-667064</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Sun, 06 Sep 2009 17:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-667064</guid>
		<description>I drag everything down using backuppc to a local drive here at home. You&#039;re right, a backup on the server is no backup at all!</description>
		<content:encoded><![CDATA[<p>I drag everything down using backuppc to a local drive here at home. You&#8217;re right, a backup on the server is no backup at all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-667061</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-667061</guid>
		<description>Actually, if you use this and your remote machine is compromised, all your backups are gone. Every backup should be done from your local machine and never the other way around.</description>
		<content:encoded><![CDATA[<p>Actually, if you use this and your remote machine is compromised, all your backups are gone. Every backup should be done from your local machine and never the other way around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Chris Brown&#8217;s Blog &#187; WordPress backups with bash scripts</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-665030</link>
		<dc:creator>That Chris Brown&#8217;s Blog &#187; WordPress backups with bash scripts</dc:creator>
		<pubDate>Tue, 28 Jul 2009 11:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-665030</guid>
		<description>[...] backups on the Codex, which makes a good starting point.  I also found some old script examples here.  Time to do a bit of modifying!  I liked the original idea of having a 7-day rolling backup set [...]</description>
		<content:encoded><![CDATA[<p>[...] backups on the Codex, which makes a good starting point.  I also found some old script examples here.  Time to do a bit of modifying!  I liked the original idea of having a 7-day rolling backup set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaronblew (aaronblew)</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-658898</link>
		<dc:creator>aaronblew (aaronblew)</dc:creator>
		<pubDate>Tue, 13 Jan 2009 16:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-658898</guid>
		<description>&lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/sarahnovotny&quot;&gt;@sarahnovotny&lt;/a&gt; Actually ,this is very similar to the script that I wrote except mine pipes to the MySQL client: http://tinyurl.com/yo29sn</description>
		<content:encoded><![CDATA[<p><a rel="nofollow" href="http://twitter.com/sarahnovotny">@sarahnovotny</a> Actually ,this is very similar to the script that I wrote except mine pipes to the MySQL client: <a href="http://tinyurl.com/yo29sn" rel="nofollow">http://tinyurl.com/yo29sn</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Reese</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-653884</link>
		<dc:creator>Stephen Reese</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-653884</guid>
		<description>Great Script.</description>
		<content:encoded><![CDATA[<p>Great Script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john cotter</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-653693</link>
		<dc:creator>john cotter</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-653693</guid>
		<description>fancy that, looking for a little script like this, and guess who comes up first on google. lol, seo is good, script kool script also. must give u a call nice pic of yourself and the little fella. talk soon</description>
		<content:encoded><![CDATA[<p>fancy that, looking for a little script like this, and guess who comes up first on google. lol, seo is good, script kool script also. must give u a call nice pic of yourself and the little fella. talk soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soul_krasty</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-652760</link>
		<dc:creator>soul_krasty</dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-652760</guid>
		<description>why don&#039;t you try tar the whole mysql folder.it work too.hehe..</description>
		<content:encoded><![CDATA[<p>why don&#8217;t you try tar the whole mysql folder.it work too.hehe..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Il vostro sito WordPress è stato violato? &#187; Ubuntu block notes</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-651212</link>
		<dc:creator>Il vostro sito WordPress è stato violato? &#187; Ubuntu block notes</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-651212</guid>
		<description>[...] uso Backuppc per eseguire il backup dei miei server ogni notte e un semplice script di backup di MySQL per il backup [...]</description>
		<content:encoded><![CDATA[<p>[...] uso Backuppc per eseguire il backup dei miei server ogni notte e un semplice script di backup di MySQL per il backup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Did your WordPress site get hacked?</title>
		<link>http://ocaoimh.ie/simple-mysql-backup/comment-page-1/#comment-651152</link>
		<dc:creator>Did your WordPress site get hacked?</dc:creator>
		<pubDate>Sun, 08 Jun 2008 11:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/xeer/2005/06/28/simple-mysql-backup/#comment-651152</guid>
		<description>[...] use Backuppc to backup all my servers every night, and a simple MySQL backup script to dump the database [...]</description>
		<content:encoded><![CDATA[<p>[...] use Backuppc to backup all my servers every night, and a simple MySQL backup script to dump the database [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
