<?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>WP Dude &#187; Backup and Recovery</title>
	<atom:link href="http://wpdude.com/category/backup-and-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpdude.com</link>
	<description>Your WordPress Technical Support</description>
	<lastBuildDate>Wed, 08 Sep 2010 17:32:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backup and Recovery: Restoring Your Database</title>
		<link>http://wpdude.com/backup-recovery-restoring-database/</link>
		<comments>http://wpdude.com/backup-recovery-restoring-database/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 15:48:26 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=1729</guid>
		<description><![CDATA[How to restore your WordPress database<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-restoring-database/">Backup and Recovery: Restoring Your Database</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for Backup and Recovery</h3><ol><li><a href='http://wpdude.com/backup-recovery-introduction/' title='Backup and Recovery: An Introduction'>Backup and Recovery: An Introduction</a></li><li><a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'>Backup and Recovery: Backing Up Your File Base</a></li><li><a href='http://wpdude.com/backup-recovery-backing-database/' title='Backup and Recovery: Backing Up Your Database'>Backup and Recovery: Backing Up Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'>Backup and Recovery: Backup Plugins</a></li><li>Backup and Recovery: Restoring Your Database</li><li><a href='http://wpdude.com/backup-recovery-restoring-file-base/' title='Backup and Recovery: Restoring Your File Base'>Backup and Recovery: Restoring Your File Base</a></li></ol></div> <div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-restoring-database%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-restoring-database%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In the final training post of this tutorial I would like to take you through recovering the database archive you created in <strong> </strong><strong><a title="Edit “Backup and Recovery: Backing Up Your Database”" href="post.php?action=edit&amp;post=1683">Backup and Recovery: Backing Up Your Database. </a></strong></p>
<p>I will discuss the times when you should consider a database restore, what tools to use for the restore and lastly a video showing how to do that restore.</p>
<h3>When to Restore Your Database</h3>
<p>The times when you recover your database will be very similar to restoring your file base namely</p>
<ul>
<li>Migrating your blog</li>
<li>Hardware or system failure causing data corruption</li>
<li>Roll back a failed update of WordPress</li>
<li>Recovering from a hacking attack</li>
<li>User error – you accidentally deleted yourdatabase for example</li>
<li>As part of a test of your backup</li>
</ul>
<p>The only difference is that you must spot where the error lies, if you have corrupt posts, restore the database, if you cannot find theme files restore the file base.</p>
<h3>Stop Before You Do Anything Else</h3>
<p>Backup the database as it is now.  This gives you a stable poitn to return to if you cause issues with your recovery.  You know it cannot get anyworse than it already is.</p>
<p>If you can, collect metrics, how many posts, comments, tags and categories do you have,  this can be obtained from the dashboard of your blog.  This will be used to help you test that recovery has worked correctly.</p>
<p><a href="http://wpdude.com/wp-content/uploads/2008/01/dashboard.jpg"><img class="aligncenter size-full wp-image-1906" title="dashboard" src="http://wpdude.com/wp-content/uploads/2008/01/dashboard.jpg" alt="dashboard" width="603" height="275" /></a></p>
<h3>How To Restore Your Database</h3>
<p>In our backup process we created a SQL archive file.  The contents will look something like this</p>
<blockquote><p>&#8211;<br />
&#8211; Database: `wpowners`<br />
&#8211;</p>
<p>&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8211;<br />
&#8211; Table structure for table `wp_wpoc_comments`<br />
&#8211;</p>
<p>CREATE TABLE IF NOT EXISTS `wp_wpoc_comments` (<br />
`comment_ID` bigint(20) unsigned NOT NULL auto_increment,<br />
`comment_post_ID` bigint(20) unsigned NOT NULL default &#8217;0&#8242;,<br />
`comment_author` tinytext NOT NULL,<br />
`comment_author_email` varchar(100) NOT NULL default &#8221;,<br />
`comment_author_url` varchar(200) NOT NULL default &#8221;,<br />
`comment_author_IP` varchar(100) NOT NULL default &#8221;,<br />
`comment_date` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;,<br />
`comment_date_gmt` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;,<br />
`comment_content` text NOT NULL,<br />
`comment_karma` int(11) NOT NULL default &#8217;0&#8242;,<br />
`comment_approved` varchar(20) NOT NULL default &#8217;1&#8242;,<br />
`comment_agent` varchar(255) NOT NULL default &#8221;,<br />
`comment_type` varchar(20) NOT NULL default &#8221;,<br />
`comment_parent` bigint(20) unsigned NOT NULL default &#8217;0&#8242;,<br />
`user_id` bigint(20) unsigned NOT NULL default &#8217;0&#8242;,<br />
PRIMARY KEY  (`comment_ID`),<br />
KEY `comment_approved` (`comment_approved`),<br />
KEY `comment_post_ID` (`comment_post_ID`),<br />
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),<br />
KEY `comment_date_gmt` (`comment_date_gmt`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;</p>
<p>&#8211;<br />
&#8211; Dumping data for table `wp_wpoc_comments`<br />
&#8211;</p>
<p>INSERT INTO `wp_wpoc_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES<br />
(1, 1, &#8216;Mr WordPress&#8217;, &#8221;, &#8216;http://wordpress.org/&#8217;, &#8221;, &#8217;2009-09-29 04:26:45&#8242;, &#8217;2009-09-29 11:26:45&#8242;, &#8216;Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&amp;#039;s comments. There you will have the option to edit or delete them.&#8217;, 0, &#8217;1&#8242;, &#8221;, &#8221;, 0, 0);</p></blockquote>
<h2 style="text-align: center;">&#8230;.AND MANY MORE</h2>
<p style="text-align: left;">This extract from my archive files show the comamnds which will recover my comments table.  First the file recreates the tables, then it runs a series of insert commands which will add the data back into that recreated table.</p>
<p style="text-align: left;">It may not seem very technical, but essentiually, the recovery process is a series of reacreating tables and the placing the data back into the tables one row at a time.</p>
<h3 style="text-align: left;">PhPMYAdmin Restore</h3>
<p>We used phpmyadmin to build the archive file and we are going to use it again to restore the data.  Load up phpmyadmin acording to the instructions supplied by your hosting company.</p>
<p>Navigate to your database and select the import function.  Browse to your saved archive file and click on go, your import and recovery will now begin.</p>
<p><a href="http://wpdude.com/wp-content/uploads/2008/01/phpmyadminimport.jpg"><img class="aligncenter size-full wp-image-1905" title="phpmyadminimport" src="http://wpdude.com/wp-content/uploads/2008/01/phpmyadminimport.jpg" alt="phpmyadminimport" width="913" height="505" /></a></p>
<h3>How Long Will The Recovery Take</h3>
<p>That all depends upon how big your blog is.  In the video acompanying this post, it takes less than a minute,  but a production blog with hundrerd of posts and many plugins will take far longer.</p>
<p><strong>PANIC POINT</strong>!</p>
<p>When doing the recovery, your system will go off and appear to do nothing, you will panic that your recovery is not working, this is okay, I recommend that you practise your recovery so that you know how long it takes so you will not panic during a real recovery scenario.</p>
<p>Upon completion of the process phpmyadmin will return a status update of how may tables and records were recovered, this is when you know that the process is completed.</p>
<h3>Keeping Your File Base and Database In Line</h3>
<p>If you have restored your database to a point before a WordPress update you will need to run the update process again.  This can be done by running the following script</p>
<p>http://{YOUR DOMAIN}/wp-admin/upgrade.php</p>
<h3>Testing the Recovery</h3>
<p>Using the metrics we collected earlier, you should log into your site and ensure you have recovered the correct number of posts, comments etc.</p>
<h3>VIDEO: Recovering the WordPress Database</h3>
<p>Running time for this video is approximately 3 minutes<strong>.<br />
</strong></p>
<h3 style="text-align: center;"><a href='http://wpocrestoredb/restoreDB.html?AWSAccessKeyId=1HW5TQH6Y03ZF48VVY02&Expires=1284140663&Signature=paKIo4QrzI3Iyq3mDxGmFNMbiys%3D'>View the video&gt;&gt;</a></h3>
<h3>Discuss this Post</h3>
<p>If you would like to discuss this topic, please  leave a comment</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-restoring-database/">Backup and Recovery: Restoring Your Database</a></p>
 <div class='series_links'><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'><font color="red">--Previous in series</font></a> <a href='http://wpdude.com/backup-recovery-restoring-file-base/' title='Backup and Recovery: Restoring Your File Base'><font color="red">Next in series--</font></a></div><img src="http://wpdude.com/?ak_action=api_record_view&id=1729&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/backup-recovery-restoring-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup and Recovery: Restoring Your File Base</title>
		<link>http://wpdude.com/backup-recovery-restoring-file-base/</link>
		<comments>http://wpdude.com/backup-recovery-restoring-file-base/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 15:47:23 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=1722</guid>
		<description><![CDATA[How to restore your file base<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-restoring-file-base/">Backup and Recovery: Restoring Your File Base</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for Backup and Recovery</h3><ol><li><a href='http://wpdude.com/backup-recovery-introduction/' title='Backup and Recovery: An Introduction'>Backup and Recovery: An Introduction</a></li><li><a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'>Backup and Recovery: Backing Up Your File Base</a></li><li><a href='http://wpdude.com/backup-recovery-backing-database/' title='Backup and Recovery: Backing Up Your Database'>Backup and Recovery: Backing Up Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'>Backup and Recovery: Backup Plugins</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-database/' title='Backup and Recovery: Restoring Your Database'>Backup and Recovery: Restoring Your Database</a></li><li>Backup and Recovery: Restoring Your File Base</li></ol></div> <div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-restoring-file-base%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-restoring-file-base%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In this tutorial I would like to take you through the process of recovering the file base archive we created in the tutorial <strong><a title="Edit “Backup and Recovery: Restoring Your File Base”" href="http://wpdude.com/wp-admin/post.php?action=edit&amp;post=1722">Backup and Recovery: Restoring Your File Base</a></strong>.  I will look at when to recover, how to do that recovery and show you the process in the associated video screen cast.</p>
<p><strong>When To Recover</strong></p>
<p>Here are some of the scenarios you will encounter which may require a backup recovery.  It’s my guess you will know when to recover, you will not be able to access your blog or the backend, that&#8217;s when to begin.</p>
<ul>
<li>Migrating your blog</li>
<li>Hardware failure causing file corruption</li>
<li>Roll back a failed update of WordPress</li>
<li>Hacking attack</li>
<li>User error – you accidentally deleted your file base for example</li>
<li>As part of a test of your backup</li>
</ul>
<p><strong>Don’t Panic</strong></p>
<p>When you are in a recovery scenario, the most important thing is not to panic, you need to slowly and methodically recover the file base and database, this tutorial is equipping you with the knowledge to do that process.  At the end of this series there are some exercises to test this knowledge so you do not enter a recovery situation cold without prior experience of the process.</p>
<h3>Counter Intuitive Moment</h3>
<p>Make a backup of your problematic file base, before you start the recovery.  This give you a position to fall back to if your recovery process causes more problems.  It will not get any worse than it is now thinking.</p>
<h3>Keeping the Database and File base In Line</h3>
<p>Just a quick point to say you need to keep your filebase version and your database version in line.  For example if you have just updated your version of WP it is very likely that the database has been updated too, please recover the database before recovering the file base to keep the two systems in line, you can have issues if you are using an updated database and an old file base.</p>
<p><strong>How To Recover Your File Base</strong></p>
<p>Recovering your file base is the reverse operation to backing it up, using an FTP client in SFTP mode, go to your saved archive and upload the files back to your hosting account.  You can recover the full archive by uploading it to your hosting account, or you can just upload a part of it.  For example you have have been editing your theme, and caused an issue, you cann select just the files under wp-content/themes to recover.</p>
<h3>VIDEO: Recovering the WordPress File Base</h3>
<p>Running time for this video is approximately 2.5 minutes<strong>.<br />
</strong></p>
<h3 style="text-align: center;"><a href='http://wpocrestorefb/restorefilebase.html?AWSAccessKeyId=1HW5TQH6Y03ZF48VVY02&Expires=1284140663&Signature=bEgIBTqGC3YcEYsYe6BJFeVcr3g%3D'>View the video&gt;&gt;</a></h3>
<h3>Discuss this Post</h3>
<p>If you would like to discuss this topic, please leave a coment</p>
<h3>Next In the Series</h3>
<p>The next part of the backup and recovery tutorial looks at restoring your database archive.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-restoring-file-base/">Backup and Recovery: Restoring Your File Base</a></p>
 <div class='series_links'><a href='http://wpdude.com/backup-recovery-restoring-database/' title='Backup and Recovery: Restoring Your Database'><font color="red">--Previous in series</font></a> </div><img src="http://wpdude.com/?ak_action=api_record_view&id=1722&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/backup-recovery-restoring-file-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Recovery: Backing Up Your Database</title>
		<link>http://wpdude.com/backup-recovery-backing-database/</link>
		<comments>http://wpdude.com/backup-recovery-backing-database/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:25:34 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=1683</guid>
		<description><![CDATA[How to backup your Wordpress database manually<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-backing-database/">Backup and Recovery: Backing Up Your Database</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for Backup and Recovery</h3><ol><li><a href='http://wpdude.com/backup-recovery-introduction/' title='Backup and Recovery: An Introduction'>Backup and Recovery: An Introduction</a></li><li><a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'>Backup and Recovery: Backing Up Your File Base</a></li><li>Backup and Recovery: Backing Up Your Database</li><li><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'>Backup and Recovery: Backup Plugins</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-database/' title='Backup and Recovery: Restoring Your Database'>Backup and Recovery: Restoring Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-file-base/' title='Backup and Recovery: Restoring Your File Base'>Backup and Recovery: Restoring Your File Base</a></li></ol></div> <div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-backing-database%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-backing-database%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In later posts in this series I want to talk about using plugins to backup your database, but in this post I want to go back to basics and take you through manually backing up your database with the MYSQL tools your hosting company provides.</p>
<p>I want to do this to give you an understanding of the database and what is required of a manual backup before we move onto automating this process with plugins.</p>
<p><strong>What To backup</strong></p>
<p>WordPress uses a database system called MYSQL to store all of the variable data of your site.</p>
<p><strong> </strong></p>
<p>To create an adequate database backup you need to backup all of the system tables created by WordPress and all of the additional tables created by plugin installs or related but none WordPress systems such as forums or affiliate software.</p>
<p>A quick glossary of terms, a database is a container for all of your data, you will have one database per WordPress install.  The database will contain many tables, tables are containers of collections of data organised by purpose.  For example there is a table for your posts, a table for your users and passwords etc.</p>
<p><strong>Why You Need To Backup Your Database</strong></p>
<p>Your blog is a dynamic thing, every time you add a post, receive a comment , get a link, changes are made to your database.  All variable options of your site such as users, revision history of your posts, categories, plugin data and tags are all stored in tables inside of your database.  This needs to be archived on a regular basis so you can recover in the event of a system failure.</p>
<p><strong>How It Is Backed Up</strong></p>
<p>My Preferred method is to save an export of the database.  This is a file containing all of the commands necessary to recreate the tables and then to populate the tables with data and to setup any relationships such as indexes.</p>
<p>For the rest of this tutorial I will focus on using the phpmyadmin utility.  This is the most widespread MYSQL admin tool supplied by hosting companies.  Please contact your hosting company for details on accessing phpmyadmin.</p>
<p>For full details of this tool please visit <a title="phpmyadmin" href="http://www.phpmyadmin.net/">www.phpmyadmin.net</a></p>
<p>Once in your phpmyadmin tool, select the database your wordpress install uses and then navigate to the export tab, you will see the screen shown below:</p>
<p><a href="http://wpdude.com/wp-content/uploads/2008/01/phpmyadminexport.jpg"><img class="aligncenter size-full wp-image-1996" title="phpmyadminexport" src="http://wpdude.com/wp-content/uploads/2008/01/phpmyadminexport.jpg" alt="phpmyadminexport" width="908" height="577" /></a></p>
<p>Make sure that you check the Add DROP TABLE /VIEW/PROCEDURE options to make recovery in the event of a catastrophe easier.</p>
<p>As I have said I like to export the database as a SQL file of commands, this is selected in the left hand column, lastly I like to save the file to my local file system, this is done by clicking on save as file near the bottom of the page.</p>
<p>Once done, click on go and an export file will be created, this will take a certain amount of time dependant upon the size of your database.</p>
<p><strong>VIDEO: BackingUp Your WordPress Database</strong></p>
<p>Running time for this video is approximately 6 minutes<strong>.<br />
</strong></p>
<h3 style="text-align: center;"><a href='http://wpocbackupdatabase/backupdaatabase.html?AWSAccessKeyId=1HW5TQH6Y03ZF48VVY02&Expires=1284140663&Signature=8Zv2Fv3NHSouhElI%2BHyAxfE1iWs%3D'>View the video&gt;&gt;</a></h3>
<h3>Discuss this Post</h3>
<p>If you would like to discuss this topic, please  leave a comment.</p>
<h3>Next In the Series</h3>
<p>The next part of the backup and recovery tutorial looks at backup using plugins.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-backing-database/">Backup and Recovery: Backing Up Your Database</a></p>
 <div class='series_links'><a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'><font color="red">--Previous in series</font></a> <a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'><font color="red">Next in series--</font></a></div><img src="http://wpdude.com/?ak_action=api_record_view&id=1683&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/backup-recovery-backing-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Recovery: Backing Up Your File Base</title>
		<link>http://wpdude.com/backup-recovery-backing-file-base/</link>
		<comments>http://wpdude.com/backup-recovery-backing-file-base/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:34:00 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=1571</guid>
		<description><![CDATA[How to backup the files of your wordpress install<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-backing-file-base/">Backup and Recovery: Backing Up Your File Base</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for Backup and Recovery</h3><ol><li><a href='http://wpdude.com/backup-recovery-introduction/' title='Backup and Recovery: An Introduction'>Backup and Recovery: An Introduction</a></li><li>Backup and Recovery: Backing Up Your File Base</li><li><a href='http://wpdude.com/backup-recovery-backing-database/' title='Backup and Recovery: Backing Up Your Database'>Backup and Recovery: Backing Up Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'>Backup and Recovery: Backup Plugins</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-database/' title='Backup and Recovery: Restoring Your Database'>Backup and Recovery: Restoring Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-file-base/' title='Backup and Recovery: Restoring Your File Base'>Backup and Recovery: Restoring Your File Base</a></li></ol></div> <div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-backing-file-base%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-backing-file-base%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In this post I want to talk about backing up your file base, what the file base is, it&#8217;s content and why this needs special treatment.</p>
<p>This post comes with a screencast video to show you exactly how to backup the files in question.</p>
<h3>What Is The File Base</h3>
<p>It is my name to distinguish the physical files which make up WordPress as opposed to the Database which contains all of your content such as posts, pages, comment, tags and categories.</p>
<p>The following directories make up your files base:</p>
<ul>
<li>wp-content</li>
<li>wp-admin</li>
<li>wp-include</li>
<li>Blog Root</li>
</ul>
<p><strong>Why Back This Up I Can Download the files</strong></p>
<p>Yes you can, but the file base also contains variable information that is not easily downloaded from the WordPress.org site such as configuration files, themes and any changes you made to your theme, all of your plugins and any media files uploaded to your blog such as images or video.  You need to archives all of these alongside your WordPress scripts.</p>
<h3>How To Backup Your File Base</h3>
<p>Take one FTP client of your choosing, my favourites are <a href="http://filezilla-project.org/download.php">Filezilla </a>or the Firefox plugin <a href="http://fireftp.mozdev.org/">FireFTP</a>, and navigate to the root of your blog install, select all of the files there including all the sub-directories and make a copy of them to a local file system on your computer.</p>
<p>I like to copy them into a date stamped directory so I can create multiple copies of my filebase.</p>
<h3>Archiving Your Backup</h3>
<p>You have a backup of your files on your machine, not to make you paranoid, but what happens if you PC crashes, you loose all of your backups, can I suggest you make an archive of your archives.</p>
<p>Save them to a CD, upload them to an online storage site, check out Google docs, that&#8217;s free or attach them to an email and send them to yourself if you use a service like Gmail.</p>
<h3>VIDEO: How To Backup Your File Base manually</h3>
<p>Here is the screencast video to show you exactly how to backup your file base.  Running time approx 5 minutes.</p>
<h3 style="text-align: center;"><a href='http://backupfilebase/backupfiles.html?AWSAccessKeyId=1HW5TQH6Y03ZF48VVY02&Expires=1284140663&Signature=5nAY3Ws8Y11TXLoM1c%2FHFNIJISA%3D'>View the video&gt;&gt;</a></h3>
<h3>Discuss this Post</h3>
<p>If you would like to discuss this topic, please  leave a comment.</p>
<h3>Next In the Series</h3>
<p>The next part of the backup and recovery tutorial looks at backing up your database.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-backing-file-base/">Backup and Recovery: Backing Up Your File Base</a></p>
 <div class='series_links'><a href='http://wpdude.com/backup-recovery-introduction/' title='Backup and Recovery: An Introduction'><font color="red">--Previous in series</font></a> <a href='http://wpdude.com/backup-recovery-backing-database/' title='Backup and Recovery: Backing Up Your Database'><font color="red">Next in series--</font></a></div><img src="http://wpdude.com/?ak_action=api_record_view&id=1571&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/backup-recovery-backing-file-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Recovery: An Introduction</title>
		<link>http://wpdude.com/backup-recovery-introduction/</link>
		<comments>http://wpdude.com/backup-recovery-introduction/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:43:35 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=1568</guid>
		<description><![CDATA[How to backup and recovery your wordpress site, an introduction.<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-introduction/">Backup and Recovery: An Introduction</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for Backup and Recovery</h3><ol><li>Backup and Recovery: An Introduction</li><li><a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'>Backup and Recovery: Backing Up Your File Base</a></li><li><a href='http://wpdude.com/backup-recovery-backing-database/' title='Backup and Recovery: Backing Up Your Database'>Backup and Recovery: Backing Up Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-backup-plugins/' title='Backup and Recovery: Backup Plugins'>Backup and Recovery: Backup Plugins</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-database/' title='Backup and Recovery: Restoring Your Database'>Backup and Recovery: Restoring Your Database</a></li><li><a href='http://wpdude.com/backup-recovery-restoring-file-base/' title='Backup and Recovery: Restoring Your File Base'>Backup and Recovery: Restoring Your File Base</a></li></ol></div> <div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-introduction%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fbackup-recovery-introduction%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In a series of blog posts, I would like to take you through the process of backing up, and then recovering your WordPress blog.  I will look at why this process is so important, all of the components required to make a full backup, how to do a backup, then I will look at the most important aspect, how to recover your archived data and files.</p>
<p>The first part of this tutorial takes you through an introduction to the backup and recovery processes.</p>
<h3>Why Do I Need A Backup?</h3>
<p>Computer systems go phutt on an all too regular basis, having a backup allows you to rebuild your blog with the minimum effort.  Consider the time and effort you have put into developing your posts and your cool theme,  how many people have taken the trouble to leave a comment and the links you have built up on Google, all of this needs to be archived so you can recover it in the event of a catastrophic failure, hacking attack, hardware failure or user error.</p>
<p>If you have to recover your blog from scratch without a backup, this will take a huge amount of time (time equals money) , you will loose a lot of your blog&#8217;s traction and any authority you have built with the search engines may be affected.</p>
<p>Take a moment to work out the cost to you or your organisation if your blog fails and cannot be recovered quickly.</p>
<h3>What You Need To Backup</h3>
<p>There are two components you need to consider when doing a WordPress backup, the data in your MYSQL database and what I call the filebase or the files which make up a WordPress install.</p>
<p>The database is commonly backed up by most people, but who considers their filebase?  The filebase includes all of your uploaded media (images, video, podcast etc), your theme, your plugins and the files which make Wordporess run; the scripts and configuration files.</p>
<p>A partial backup of only one of these components is of little use, you need to backup both.</p>
<h3>How Often Should You Backup?</h3>
<p>The frequency of your backups should be done in line with how often you update your blog, if you write posts daily, backup daily, if you are uploading lots of media, backup the filebase frequently.  Do it often, and do it early.</p>
<p>My preference is once daily for my database and weekly for my code base.</p>
<p>You should also perform a backup before any major change to your blog.  You should backup before you update the code, add plugins, change the theme or add a third party product such as a forum which will share the same database.</p>
<h3>Keep Multiple Copies of Your Archive</h3>
<p>Having multiple point in time backups allows me to restore to a particular period before my failure happened. If you only keep one archive you may reimport the problem when you do your restore.</p>
<p>An example is probably helpful here. Imagine your blog has been hacked on Monday and rogue code has been added to your site, then imagine you only notice the hack on Wednesday, your single point in time archive from Tuesday will still contain the rogue code from Monday, you need an archive from Sunday to sucessfully recover to an operational point in time.</p>
<p>A good example of a retention policy is to keep a weeks worth of daily backups, then to keep four weekly backups.  This means you can recover up to a month in the past.</p>
<h3>Archiving My Backups</h3>
<p>If you keep all of your archives on your local hard drive, there is a change you could loose these, I recommend you archive your archives.  This can be done by copying your data sets to cd, or to an online service such as Google docs.  Just make sure you have  an archive you can recover from if your pc or mac crashes.</p>
<p>I use Gmail as a sneaky way to archive my backups, I have setup a rule to move my backup files directly to a storage area  automatically, this means I have a number of checkpoints with my backups so I can do a point in time recovery.  I use plugins to send me those emails, I will explain more about this in the backup plugins section later in this course.</p>
<h3>Testing Your Backup</h3>
<p>It is all well and good having a backup, but have you tested your recovery process, I wrote a guest post on Problogger about this subject, check it out at <a href="http://www.problogger.net/archives/2009/02/12/testing-your-blog-backup/">http://www.problogger.net/archives/2009/02/12/testing-your-blog-backup.</a></p>
<h3>What&#8217;s Next in the Series?</h3>
<p>The rest of this series is much more practical, I will take you through backing up and recovering your system.</p>
<p><strong>Backing up the file base and the database manually</strong></p>
<p>I will show you how to manually create an archive of your file base, or the files which make up your install such as wordpress scripts, theme files, plugin files and any media you upload such as images or video.</p>
<p>I will then move onto backing up your database.  This is where your blog content is saved your posts, paghes, comments, tags categories and the variable data which allow syou system to run such as user information, plugin configuration or blog options.</p>
<p><strong>Backup Plugins</strong></p>
<p>I have shown you how to manually back your database and file base, this is an important learning process to understand what is required for a good backup, but manual backups are not very efficient, I will move onto a section on using plugins to automate your backup procedure.</p>
<p><strong>Recovering The Files and Database</strong></p>
<p>I was once told by a system administrator that you are only as good as your last backup, I agree, but add the caveat, you are only as good as your last backup your know how to recover.</p>
<p>The last parts of this tutorial will show you how to recover your two types of archive.  This is often overlooked.  Having the knowlege to recover your blog when it has crashed is very important.</p>
<h3>Discuss this Post</h3>
<p>If you would like to discuss this topic, please  leave a comment</p>
<h3>Next In the Series</h3>
<p>The next part of the backup and recovery tutorial looks at backing up the code base.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/backup-recovery-introduction/">Backup and Recovery: An Introduction</a></p>
 <div class='series_links'> <a href='http://wpdude.com/backup-recovery-backing-file-base/' title='Backup and Recovery: Backing Up Your File Base'><font color="red">Next in series--</font></a></div><img src="http://wpdude.com/?ak_action=api_record_view&id=1568&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/backup-recovery-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feck Arse, and Google Cache</title>
		<link>http://wpdude.com/feck-arse-google-cache/</link>
		<comments>http://wpdude.com/feck-arse-google-cache/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:49:03 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[feck]]></category>
		<category><![CDATA[recover blog posts]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=457</guid>
		<description><![CDATA[I've lost all of my blog posts ... Bugger!  
Never fear, WP Dude is here.<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/feck-arse-google-cache/">Feck Arse, and Google Cache</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Ffeck-arse-google-cache%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Ffeck-arse-google-cache%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_460" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/jamescridland"><img class="size-full wp-image-460" title="feck" src="http://wpdude.com/wp-content/uploads/2009/04/feck.jpg" alt="Photo by James Cridland" width="500" height="295" /></a><p class="wp-caption-text">Photo by James Cridland</p></div>
<p>Imagine the scene, your blog has gone to hell in a hand cart and all of your posts have been lost, your blog backup is FUBAR or you simply don&#8217;t have one!</p>
<h2 style="text-align: center;">FECK ARSE</h2>
<p>All is not lost, the nice boys and girls at Google may have a solution for you.</p>
<h3>Enter The Google Cache</h3>
<p>Google holds a cached copy all of your web pages as part of its indexing and analysis process.  Now isn&#8217;t that hepful.  If you know how you can recover your lost posts from Google and re-enter them into your blog.</p>
<p>Before you get all overexcited, this will only work for blog posts which have been published and then indexed by Google, so if you loose a brand new posts, it is probably gone, but anything a couple of days old will possbly be there.</p>
<h3>Recovering From The Cache</h3>
<p>Here is the fun bit, you can recover your lost posts by using some clever search phrases and selecting data from the cache.</p>
<p>Go to Google and type in site:{my domain name} for example site:wpdude.com</p>
<p>This will bring back a list of all pages indexed by Google for your site.  If you look closely, there is a link marked cache next to each article, click on this and there you have it a copy of your post.</p>
<p><a href="http://wpdude.com/wp-content/uploads/2009/04/googlecache.bmp"><img class="aligncenter size-full wp-image-458" title="googlecache" src="http://wpdude.com/wp-content/uploads/2009/04/googlecache.bmp" alt="googlecache" /></a></p>
<p>Simple cut and paste the text into a new blog post and  re-publish it.  Take pains to have the permalink in the same format ot avoid duplicated content on the Google index.  The peeps at the Googleplex don&#8217;t like that.</p>
<p>From FECK ARSE to WOOT!!! in a few easy steps.</p>
<h3>Now Says after Me..</h3>
<p>I {enter your name} do hereby swear to take regular backups.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/feck-arse-google-cache/">Feck Arse, and Google Cache</a></p>
<img src="http://wpdude.com/?ak_action=api_record_view&id=457&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/feck-arse-google-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest Post on Problogger</title>
		<link>http://wpdude.com/guest-post-problogger/</link>
		<comments>http://wpdude.com/guest-post-problogger/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 10:02:36 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[guest post]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=246</guid>
		<description><![CDATA[See me I'm Billy Big Biscuits with a guest post on Problogger<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/guest-post-problogger/">Guest Post on Problogger</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2Fguest-post-problogger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2Fguest-post-problogger%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_249" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.flickr.com/photos/timothymorgan"><img class="size-full wp-image-249" title="envelope" src="http://wpdude.com/wp-content/uploads/2009/02/envelope.png" alt="photo by timothymorgan" width="480" height="480" /></a><p class="wp-caption-text">photo by timothymorgan</p></div>
<p>The most amiable Darren Rowse of Problogger.net gave me the opportunity to write a guest post on testing your backup strategy.</p>
<p>I want to encourage people to test their backups before they need to do an emergency restore.</p>
<p>See the full post at:</p>
<p><a href="http://www.problogger.net/archives/2009/02/12/testing-your-blog-backup">http://www.problogger.net/archives/2009/02/12/testing-your-blog-backup</a></p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/guest-post-problogger/">Guest Post on Problogger</a></p>
<img src="http://wpdude.com/?ak_action=api_record_view&id=246&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/guest-post-problogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Key Times You Should Backup Your WordPress Blog</title>
		<link>http://wpdude.com/67-key-times-you-should-backup-your-wordpress-blog/</link>
		<comments>http://wpdude.com/67-key-times-you-should-backup-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 17:51:22 +0000</pubDate>
		<dc:creator>Neil Matthews</dc:creator>
				<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://wpdude.com/?p=219</guid>
		<description><![CDATA[In my opinion there are six key times you should perform a backup of your wordpress blog.<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/67-key-times-you-should-backup-your-wordpress-blog/">6 Key Times You Should Backup Your WordPress Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpdude.com%2F67-key-times-you-should-backup-your-wordpress-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpdude.com%2F67-key-times-you-should-backup-your-wordpress-blog%2F&amp;source=wpdude&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://wpdude.com/wp-content/uploads/2009/02/clock.jpg"><img class="aligncenter size-full wp-image-221" title="clock" src="http://wpdude.com/wp-content/uploads/2009/02/clock.jpg" alt="clock" width="500" height="375" /></a></p>
<p>In my opinion there are six key times you should perform a backup of your wordpress blog.</p>
<h3>1. When You Update WordPress</h3>
<p>The WordPress code is updated regularly, but before you even consider FTPing the latest shiny version up to your host, backup the existing code base and database.</p>
<h3>2. When You Install a Plugin</h3>
<p>I am guilty of plugin addiction and I install loads of new and glittery plugins to my blogs all of hte time, and I often do not backup before I do this.  YOU SHOULD backup befire installing plugins.  Some of them amend your wordpress database, some drastically chaneg how your blog works.  Have a checkpoint to return to if the plugin causes problems.</p>
<h3>3. When You Install/Change Your Theme</h3>
<p>Changing your theme may not seem like a huge event, but consider that many people customise their themes, take a backup of your changes before you change themes and delete your hard design work.</p>
<h3>4.When You Have Written Some Quality Content</h3>
<p>The last post you clicked publish on was awesome and went straight to the front page of Digg.  You need to protect this asset by backing up your content.</p>
<h3>5.When You Install Other Applications</h3>
<p>Many blogs have systems other than WordPress installed on their websites.  I am thinking of things like forums and affiliate systems.  Many of these will share the MYSQL database that WordPress uses.  Backup your WP config and data before begining the install process.</p>
<h3>6.Regularly</h3>
<p>This is n0t really a point in time, but my last key timing for backups is to backup regularly.  Check out the many backup plugins such as <a title="Wordpress Database Backup" href="http://www.ilfilosofo.com/blog/wp-db-backup/">Filosofo&#8217;s excellent utility</a> and create a scheduled job to backup your blog.  I have my plugin create the backup and send it via email to me.  Then I simply skip the email to my archive.  I know I have a daily backup ready for any eventuiality.</p>
<p>As a parting note backup often and soon.  Keep a number of checkpoints so you can recover to a point in time.</p>
<p>Post from: <a href="http://wpdude.com">WP Dude</a>
If you need <a href="http://wpdude.com/wordpress-technical-support">wordpress technical support</a> please visit my services page<br/><br/><a href="http://wpdude.com/67-key-times-you-should-backup-your-wordpress-blog/">6 Key Times You Should Backup Your WordPress Blog</a></p>
<img src="http://wpdude.com/?ak_action=api_record_view&id=219&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpdude.com/67-key-times-you-should-backup-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: wpdude.com @ 2010-09-10 16:44:23 -->