<?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: How to backup and restore MySQL database?</title>
	<atom:link href="http://www.unixnewbie.org/how-to-backup-and-restore-mysql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixnewbie.org/how-to-backup-and-restore-mysql-database/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 11:00:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: linux tips</title>
		<link>http://www.unixnewbie.org/how-to-backup-and-restore-mysql-database/comment-page-1/#comment-67</link>
		<dc:creator>linux tips</dc:creator>
		<pubDate>Fri, 21 Nov 2008 12:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://unixnewbie.org/blog/?p=89#comment-67</guid>
		<description>Use the --opt switch to dumpo with all the options. Below is an example how to dump a database from a script and then packing it in bzip2. Especially usefull if your databses get bigger :-). 

/usr/bin/mysqldump --user root --password=&quot;password&quot; -opt $db &#124; bzip2 -c &gt; ../dump/db.sql.bz2</description>
		<content:encoded><![CDATA[<p>Use the &#8211;opt switch to dumpo with all the options. Below is an example how to dump a database from a script and then packing it in bzip2. Especially usefull if your databses get bigger <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . </p>
<p>/usr/bin/mysqldump &#8211;user root &#8211;password=&#8221;password&#8221; -opt $db | bzip2 -c &gt; ../dump/db.sql.bz2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
