<?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: Bash script to backup every MySQL database to separate files</title>
	<atom:link href="http://www.alphatek.info/2010/01/07/bash-script-to-backup-every-mysql-database-to-separate-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphatek.info/2010/01/07/bash-script-to-backup-every-mysql-database-to-separate-files/</link>
	<description>Random rants and tips about Fedora, CentOS, Maemo and other things I care about</description>
	<lastBuildDate>Mon, 19 Jul 2010 22:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jhr</title>
		<link>http://www.alphatek.info/2010/01/07/bash-script-to-backup-every-mysql-database-to-separate-files/comment-page-1/#comment-11142</link>
		<dc:creator>jhr</dc:creator>
		<pubDate>Thu, 07 Jan 2010 19:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=555#comment-11142</guid>
		<description>I use similar sollution too, but with rotation of some last days. Every days in its own dir, last backup alyays in .../0/ dir. Nice thing i found is to extra backup tables create comands with --no-data and database create commands. So everything could be restored.</description>
		<content:encoded><![CDATA[<p>I use similar sollution too, but with rotation of some last days. Every days in its own dir, last backup alyays in &#8230;/0/ dir. Nice thing i found is to extra backup tables create comands with &#8211;no-data and database create commands. So everything could be restored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.alphatek.info/2010/01/07/bash-script-to-backup-every-mysql-database-to-separate-files/comment-page-1/#comment-11136</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=555#comment-11136</guid>
		<description>Heh, an even more condensed solution, thanks ;)</description>
		<content:encoded><![CDATA[<p>Heh, an even more condensed solution, thanks <img src='http://www.alphatek.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Zhou</title>
		<link>http://www.alphatek.info/2010/01/07/bash-script-to-backup-every-mysql-database-to-separate-files/comment-page-1/#comment-11134</link>
		<dc:creator>Ricky Zhou</dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=555#comment-11134</guid>
		<description>Hey, this might be useful for you:

for db in $(echo &#039;show databases&#039; &#124; mysql --skip-column-names); do echo $db; done</description>
		<content:encoded><![CDATA[<p>Hey, this might be useful for you:</p>
<p>for db in $(echo &#8216;show databases&#8217; | mysql &#8211;skip-column-names); do echo $db; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
