<?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: Backing up and restoring all your MySQL databases with Ruby scripts</title>
	<atom:link href="http://infovore.org/archives/2008/08/15/backing-up-and-restoring-all-your-mysql-databases-with-ruby-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://infovore.org/archives/2008/08/15/backing-up-and-restoring-all-your-mysql-databases-with-ruby-scripts/</link>
	<description>a weblog by Tom Armitage</description>
	<lastBuildDate>Sun, 08 Apr 2012 09:50:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James Stewart</title>
		<link>http://infovore.org/archives/2008/08/15/backing-up-and-restoring-all-your-mysql-databases-with-ruby-scripts/comment-page-1/#comment-100126</link>
		<dc:creator>James Stewart</dc:creator>
		<pubDate>Fri, 15 Aug 2008 13:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/?p=1383#comment-100126</guid>
		<description>mysqldump has an optional --all-databases switch which will dump everything you have permissions for.

It&#039;s pretty helpful on systems with small databases or plenty of RAM/CPU, but breaks down a bit once the dump files get huge.</description>
		<content:encoded><![CDATA[<p>mysqldump has an optional &#8211;all-databases switch which will dump everything you have permissions for.</p>
<p>It&#8217;s pretty helpful on systems with small databases or plenty of RAM/CPU, but breaks down a bit once the dump files get huge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew</title>
		<link>http://infovore.org/archives/2008/08/15/backing-up-and-restoring-all-your-mysql-databases-with-ruby-scripts/comment-page-1/#comment-100115</link>
		<dc:creator>Stew</dc:creator>
		<pubDate>Fri, 15 Aug 2008 12:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/?p=1383#comment-100115</guid>
		<description>Nice n&#039; short. I like it.

mysqlhotcopy instead of mysqldump would be much faster for larger databases. I guess you wouldn&#039;t get the human readable .sql files though.</description>
		<content:encoded><![CDATA[<p>Nice n&#8217; short. I like it.</p>
<p>mysqlhotcopy instead of mysqldump would be much faster for larger databases. I guess you wouldn&#8217;t get the human readable .sql files though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

