<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZuhaiBlog &#187; backup</title>
	<atom:link href="http://zuhaiblog.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://zuhaiblog.com</link>
	<description>A blog about Zuhaib.. What you never heard of me?</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:21:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up and Restoring your MySQL RDS Instance (and other Cloud DBs)</title>
		<link>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/</link>
		<comments>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/#comments</comments>
		<pubDate>Sat, 28 May 2011 05:25:33 +0000</pubDate>
		<dc:creator>zuhaib</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://zuhaiblog.com/?p=9467</guid>
		<description><![CDATA[As more and more things move to the &#8220;cloud&#8221; as a Sys Admin you might find your self tasked with managing a Database that you don&#8217;t have shell access too. That has been the case for me with my last two jobs, Laughing Squid and now as Senior Sys Admin at Oxygen Cloud. With Oxygen [...]]]></description>
			<content:encoded><![CDATA[<p>As more and more things move to the &#8220;cloud&#8221; as a Sys Admin you might find your self tasked with managing a Database that you don&#8217;t have shell access too.  That has been the case for me with my last two jobs,<a href="http://laughingsquid.us/"> Laughing Squid </a>and now as Senior Sys Admin at <a href="http://www.oxygencloud.com/">Oxygen Cloud</a>.  With Oxygen we needed to backup some<a href="http://aws.amazon.com/rds/"> AWS RDS</a> Instances and wanted to do it using a server on EC2 so we don&#8217;t have the bottle next of our local internet.  This same method works with <a href="http://www.rackspace.com/cloud/cloud_hosting_products/sites/">Rackspace Cloud Sites</a> which I used at Laughing Squid.  Its use a little known (could not find it easily with a google search) trick with mysqldump</p>
<pre class="brush: bash; title: ; notranslate">mysqldump -P &lt;port#&gt; -h &lt;server ip&gt;-u mysql_user -p database_name table_name &gt; backup.sql</pre>
<p>To restore your DB in the cloud you use a more well-known mysql technique</p>
<pre class="brush: bash; title: ; notranslate">mysql -u mysql_user -p -h &lt;server ip&gt; cloud_db_name &lt; backup.sql</pre><fb:like href='http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton9467" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fzuhaiblog.com%2F2011%2F05%2F27%2Fbacking-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs%2F&amp;via=zuhaib&amp;text=Backing%20up%20and%20Restoring%20your%20MySQL%20RDS%20Instance%20%28and%20other%20Cloud%20DBs%29&amp;related=zuhaib&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fzuhaiblog.com%2F2011%2F05%2F27%2Fbacking-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://zuhaiblog.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

