<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quick and Dirty MySQL Backup</title>
	<link>http://damonparker.org/blog/2006/08/04/quick-and-dirty-mysql-backup/</link>
	<description>mental spew</description>
	<pubDate>Wed, 07 Jan 2009 20:50:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Jay Allen</title>
		<link>http://damonparker.org/blog/2006/08/04/quick-and-dirty-mysql-backup/#comment-15960</link>
		<author>Jay Allen</author>
		<pubDate>Sat, 09 Dec 2006 00:52:29 +0000</pubDate>
		<guid>http://damonparker.org/blog/2006/08/04/quick-and-dirty-mysql-backup/#comment-15960</guid>
					<description>&lt;em&gt;"Replace YYYYMMDD with Year, Month and Day."&lt;/em&gt;

No need! 

mysqldump –all-databases -p &#124; gzip &#62; db_dump-`date  %Y%m%d`.gz</description>
		<content:encoded><![CDATA[<p><em>&#8220;Replace YYYYMMDD with Year, Month and Day.&#8221;</em></p>
<p>No need! </p>
<p>mysqldump –all-databases -p | gzip &gt; db_dump-`date  %Y%m%d`.gz</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Quick and Dirty MySQL Backup Script - damonparker.org</title>
		<link>http://damonparker.org/blog/2006/08/04/quick-and-dirty-mysql-backup/#comment-21147</link>
		<author>Quick and Dirty MySQL Backup Script - damonparker.org</author>
		<pubDate>Tue, 13 Mar 2007 20:23:00 +0000</pubDate>
		<guid>http://damonparker.org/blog/2006/08/04/quick-and-dirty-mysql-backup/#comment-21147</guid>
					<description>[...] previously posted a Quick and Dirty MySQL Backup snippet. It works well in a pinch, but it doesn&#8217;t have any features. I use it primarily as a [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] previously posted a Quick and Dirty MySQL Backup snippet. It works well in a pinch, but it doesn&#8217;t have any features. I use it primarily as a [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
