<?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 WPMU</title>
	<atom:link href="http://wpmututorials.com/basics/how-to-backup-wpmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/basics/how-to-backup-wpmu/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Eddi Hughes</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-9641</link>
		<dc:creator>Eddi Hughes</dc:creator>
		<pubDate>Thu, 24 Jun 2010 00:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-9641</guid>
		<description>I&#039;m sooo sharing this out. Got a few peoples that ask this frequently. Indeed, very helpful run down.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sooo sharing this out. Got a few peoples that ask this frequently. Indeed, very helpful run down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RKM</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-7481</link>
		<dc:creator>RKM</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-7481</guid>
		<description>I just noticed that my post above is not showing correctly.

I explained that the &quot;-opt&quot; instruction written above, should include *two* dashes.  For some reason, Wordpress seems to eliminate the two dashes and substitutes one.

To Repeat: For those having problems with the routine listed, make sure there are TWO dashes before opt.  In other words &quot;- -opt&quot; (remove quotes and space)</description>
		<content:encoded><![CDATA[<p>I just noticed that my post above is not showing correctly.</p>
<p>I explained that the &#8220;-opt&#8221; instruction written above, should include *two* dashes.  For some reason, WordPress seems to eliminate the two dashes and substitutes one.</p>
<p>To Repeat: For those having problems with the routine listed, make sure there are TWO dashes before opt.  In other words &#8220;- -opt&#8221; (remove quotes and space)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RKM</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-7335</link>
		<dc:creator>RKM</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-7335</guid>
		<description>If you have questions about the command-line switches, just look in the manual:

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

In short, the &quot;opt&quot; switch is telling it to backup everything (as opposed to just one explicit portion of the database).  It would be the same as typing:  

--add-drop-table  --add-locks  --create-options  --disable-keys  --extended-insert  --lock-tables  --quick  --set-charset

The reason for the error, is that the syntax in the article is incorrect.  IT should be specified as &quot;--opt&quot; (without quotes).

Just a note..  Still looking for any suggestions on taking &quot;image&quot; snapshot backups of the entire WordPress server, rather than simply DB backups.  This is key to many of us, who run special iptables/other firewall/security fixes (eg mod_security, mod_evasive configs), etc.

IMHO - there is a lot more to backup than simply the DB and the wordpress directories, which is why I ask.</description>
		<content:encoded><![CDATA[<p>If you have questions about the command-line switches, just look in the manual:</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html</a></p>
<p>In short, the &#8220;opt&#8221; switch is telling it to backup everything (as opposed to just one explicit portion of the database).  It would be the same as typing:  </p>
<p>&#8211;add-drop-table  &#8211;add-locks  &#8211;create-options  &#8211;disable-keys  &#8211;extended-insert  &#8211;lock-tables  &#8211;quick  &#8211;set-charset</p>
<p>The reason for the error, is that the syntax in the article is incorrect.  IT should be specified as &#8220;&#8211;opt&#8221; (without quotes).</p>
<p>Just a note..  Still looking for any suggestions on taking &#8220;image&#8221; snapshot backups of the entire WordPress server, rather than simply DB backups.  This is key to many of us, who run special iptables/other firewall/security fixes (eg mod_security, mod_evasive configs), etc.</p>
<p>IMHO &#8211; there is a lot more to backup than simply the DB and the wordpress directories, which is why I ask.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Cameron</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-7238</link>
		<dc:creator>Gary Cameron</dc:creator>
		<pubDate>Sun, 28 Feb 2010 03:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-7238</guid>
		<description>I am also curious what the -opt command does.  I get an error when it is included so I left it out.  Now to try a test restore.  :)</description>
		<content:encoded><![CDATA[<p>I am also curious what the -opt command does.  I get an error when it is included so I left it out.  Now to try a test restore.  <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RKM</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-7143</link>
		<dc:creator>RKM</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-7143</guid>
		<description>Great article!

Any suggestion for those of us that would prefer a snapshot/image backup, that can be re-deployed from bare-metal (possibly to a VM image for VPS that support them)?

I had read that rsync could do this, but I wasn&#039;t able to get it to work, after spending 4 hours trying different things/reading blogs on the topic.</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>Any suggestion for those of us that would prefer a snapshot/image backup, that can be re-deployed from bare-metal (possibly to a VM image for VPS that support them)?</p>
<p>I had read that rsync could do this, but I wasn&#8217;t able to get it to work, after spending 4 hours trying different things/reading blogs on the topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup Bookmarks for November 26th through December 5th &#124; FileSlinger™ Backup Blog</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-4126</link>
		<dc:creator>Backup Bookmarks for November 26th through December 5th &#124; FileSlinger™ Backup Blog</dc:creator>
		<pubDate>Sun, 06 Dec 2009 03:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-4126</guid>
		<description>[...] How to backup WPMU &#8211; WPMU Tutorials &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] How to backup WPMU &#8211; WPMU Tutorials &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-4049</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-4049</guid>
		<description>This one also works:

&lt;code&gt;mysqldump -u ron -ppass dbname &gt; dbname.sql &amp;&amp; zip -m dbname.sql.zip dbname.sql
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This one also works:</p>
<p><code>mysqldump -u ron -ppass dbname > dbname.sql &#038;&#038; zip -m dbname.sql.zip dbname.sql<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-3961</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-3961</guid>
		<description>I use a cron job from within cpanel to send an email to myself each day.  I have them marked in gmail as &quot;spam&quot;.  This means that google conveniently keeps 30 days worth of backups for me without filling my precious inbox space :D
Dunno if this is a &quot;best practice&quot; method, but it works.
Andrea, what does &quot;-opt&quot; do? ;)  Keep up the fantastic work here.  I is hungry for more knowledge!</description>
		<content:encoded><![CDATA[<p>I use a cron job from within cpanel to send an email to myself each day.  I have them marked in gmail as &#8220;spam&#8221;.  This means that google conveniently keeps 30 days worth of backups for me without filling my precious inbox space <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Dunno if this is a &#8220;best practice&#8221; method, but it works.<br />
Andrea, what does &#8220;-opt&#8221; do? <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Keep up the fantastic work here.  I is hungry for more knowledge!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtismchale</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-3818</link>
		<dc:creator>curtismchale</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-3818</guid>
		<description>What about using one of the automated plugins that work on Wordpress? I have never had issues with them there but wonder if they may miss something in the MU tables that doesn&#039;t exist in WP?</description>
		<content:encoded><![CDATA[<p>What about using one of the automated plugins that work on WordPress? I have never had issues with them there but wonder if they may miss something in the MU tables that doesn&#8217;t exist in WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coveney</title>
		<link>http://wpmututorials.com/basics/how-to-backup-wpmu/#comment-3806</link>
		<dc:creator>David Coveney</dc:creator>
		<pubDate>Wed, 02 Dec 2009 15:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=43#comment-3806</guid>
		<description>Now, as an old school developer I&#039;ve always placed backups firmly in the camp of &quot;somebody else&#039;s problem.&quot;  Sysadmins can look after that kind of stuff ;-)

But more seriously, good tips there if you&#039;re having to admin via SSH and not much else.  When I need to move files and dumps, however, I personally tend to just connect with WinSCP over SSH for the file moving, and with mySQL Administrator over port 3306 - that way you can do a migrate to your local machine or server with just a few seconds of effort.</description>
		<content:encoded><![CDATA[<p>Now, as an old school developer I&#8217;ve always placed backups firmly in the camp of &#8220;somebody else&#8217;s problem.&#8221;  Sysadmins can look after that kind of stuff <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>But more seriously, good tips there if you&#8217;re having to admin via SSH and not much else.  When I need to move files and dumps, however, I personally tend to just connect with WinSCP over SSH for the file moving, and with mySQL Administrator over port 3306 &#8211; that way you can do a migrate to your local machine or server with just a few seconds of effort.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

