<?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: Remote Database Backup WordPress Plugin</title>
	<atom:link href="http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:01:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: David Villa</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-9807</link>
		<dc:creator>David Villa</dc:creator>
		<pubDate>Sun, 15 Jan 2012 14:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-9807</guid>
		<description>Thanks. I finally downloaded my databases :)</description>
		<content:encoded><![CDATA[<p>Thanks. I finally downloaded my databases <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cronco</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-9679</link>
		<dc:creator>cronco</dc:creator>
		<pubDate>Thu, 05 Jan 2012 06:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-9679</guid>
		<description>Thanks a lot for this plugin. very, VERY useful. Don&#039;t know if I these were problems only for me, but I&#039;d suggest a few very small changes:
I&#039;d change line 58 to
&lt;code&gt;
	`mysql -h $local_db_server --user=$local_db_username --password=$local_db_password --default-character-set=utf8 $local_db &lt; tmp.sql`;
&lt;/code&gt;
Why? well, on my machine, default-character-set was set to latin1 and that caused some trouble, also, not setting --password=$local_db_password explicitly made my install of mysql stop.

Anyway, thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this plugin. very, VERY useful. Don&#8217;t know if I these were problems only for me, but I&#8217;d suggest a few very small changes:<br />
I&#8217;d change line 58 to<br />
<code><br />
	`mysql -h $local_db_server --user=$local_db_username --password=$local_db_password --default-character-set=utf8 $local_db &lt; tmp.sql`;<br />
</code><br />
Why? well, on my machine, default-character-set was set to latin1 and that caused some trouble, also, not setting &#8211;password=$local_db_password explicitly made my install of mysql stop.</p>
<p>Anyway, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Modern WordPress Development in 2012 &#124; SachaGreif.com</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-9417</link>
		<dc:creator>Modern WordPress Development in 2012 &#124; SachaGreif.com</dc:creator>
		<pubDate>Thu, 15 Dec 2011 19:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-9417</guid>
		<description>[...] the remote end, then backup the remote database on our local machine. Fortunately, there&#8217;s a plugin that does just this, and it even comes with an automation [...]</description>
		<content:encoded><![CDATA[<p>[...] the remote end, then backup the remote database on our local machine. Fortunately, there&#8217;s a plugin that does just this, and it even comes with an automation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayush Gupta</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-7726</link>
		<dc:creator>Ayush Gupta</dc:creator>
		<pubDate>Sun, 25 Sep 2011 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-7726</guid>
		<description>Thanks. It working fine. Got my DB</description>
		<content:encoded><![CDATA[<p>Thanks. It working fine. Got my DB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-6641</link>
		<dc:creator>????</dc:creator>
		<pubDate>Tue, 31 May 2011 06:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-6641</guid>
		<description>I am utterly amazed at how simple you made this for me. Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</description>
		<content:encoded><![CDATA[<p>I am utterly amazed at how simple you made this for me. Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-6575</link>
		<dc:creator>Joan</dc:creator>
		<pubDate>Fri, 13 May 2011 14:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-6575</guid>
		<description>Hello Binny!,

First of all, thanks a lot for sharing this wonderful script. I&#039;m loving it :)

I&#039;m trying to set a deployment process (using your script) that will send my local WP db and files (Windows7+XAMPP) to my Amazon EC2 (Ubuntu10+Bitnami Wordpress stack).

The first problem I encountered is how to run &#039;gzip&#039; and &#039;mysql&#039; in a windows machine. I&#039;m trying to do something like this:

`C:\Program Files\WinRAR\UnRAR.exe e $file_name &gt; tmp.sql`;

`C:\xampp\mysql\bin\mysql.exe -h $staging_db_server -u $staging_db_username $staging_db_password $staging_db &lt; tmp.sql`;

but obviously this is not working :(

I will continue reading about it and post here anything I discover. Probably the exec() command of php can help...

Please, share your ideas if you have any.

Thanks a lot!

Joan</description>
		<content:encoded><![CDATA[<p>Hello Binny!,</p>
<p>First of all, thanks a lot for sharing this wonderful script. I&#8217;m loving it <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m trying to set a deployment process (using your script) that will send my local WP db and files (Windows7+XAMPP) to my Amazon EC2 (Ubuntu10+Bitnami WordPress stack).</p>
<p>The first problem I encountered is how to run &#8216;gzip&#8217; and &#8216;mysql&#8217; in a windows machine. I&#8217;m trying to do something like this:</p>
<p>`C:\Program Files\WinRAR\UnRAR.exe e $file_name &gt; tmp.sql`;</p>
<p>`C:\xampp\mysql\bin\mysql.exe -h $staging_db_server -u $staging_db_username $staging_db_password $staging_db &lt; tmp.sql`;</p>
<p>but obviously this is not working <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I will continue reading about it and post here anything I discover. Probably the exec() command of php can help&#8230;</p>
<p>Please, share your ideas if you have any.</p>
<p>Thanks a lot!</p>
<p>Joan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-6317</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Sun, 20 Feb 2011 17:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-6317</guid>
		<description>Thanks Binny, 

I have been using your plugin since last 6 months, it is doing funtastic job. Just wondering if it is updated for wp 3.0.5?

Cheers
Sharad</description>
		<content:encoded><![CDATA[<p>Thanks Binny, </p>
<p>I have been using your plugin since last 6 months, it is doing funtastic job. Just wondering if it is updated for wp 3.0.5?</p>
<p>Cheers<br />
Sharad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneeza Mubbashir</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-5540</link>
		<dc:creator>Aneeza Mubbashir</dc:creator>
		<pubDate>Wed, 19 Jan 2011 23:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-5540</guid>
		<description>I am utterly amazed at how simple you made this for me. Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</description>
		<content:encoded><![CDATA[<p>I am utterly amazed at how simple you made this for me. Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agnes</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-2913</link>
		<dc:creator>Agnes</dc:creator>
		<pubDate>Fri, 13 Aug 2010 13:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-2913</guid>
		<description>Would this work with WP 3.0? Some info suggests it would not... but may be just outdated?
That would be great!
Agnes</description>
		<content:encoded><![CDATA[<p>Would this work with WP 3.0? Some info suggests it would not&#8230; but may be just outdated?<br />
That would be great!<br />
Agnes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.bin-co.com/blog/2008/10/remote-database-backup-wordpress-plugin/comment-page-1/#comment-2859</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=135#comment-2859</guid>
		<description>I am utterly amazed at how simple you made this for me.  Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</description>
		<content:encoded><![CDATA[<p>I am utterly amazed at how simple you made this for me.  Thank you for your hard work as this plug-in is a most for anyone who understands that information can be easily lost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

