<?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>Website Services &#187; backup wordpress</title>
	<atom:link href="http://willtaft.com/WebsiteServices/tag/backup-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://willtaft.com/WebsiteServices</link>
	<description>Websites By Will ~ WordPress and Website Design &#62; Installation &#62; Management &#62; Support</description>
	<lastBuildDate>Mon, 01 Mar 2010 00:10:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backup Your Uploaded Files</title>
		<link>http://willtaft.com/WebsiteServices/articles/backup-your-uploaded-files/</link>
		<comments>http://willtaft.com/WebsiteServices/articles/backup-your-uploaded-files/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 18:10:47 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[backup wordpress]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Using FTP]]></category>
		<category><![CDATA[wordpress backups]]></category>

		<guid isPermaLink="false">http://underthewordpresstree.com/?p=336</guid>
		<description><![CDATA[Here is how to use an FTP program to backup files and images you have uploaded to your Wordpress blog.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span> recent post covered using cPanel to <a title="(opens in new tab)" href="http://underthewordpresstree.com/articles/backing-up-wordpress/" target="_blank">back up your WordPress site</a>.  In addition to that process, it is a good idea to occasionally backup any files or images you have used on your blog.  The easiest way to do this is to <a title="(opens in new tab)" href="http://underthewordpresstree.com/articles/using-an-ftp-program/" target="_blank">use an FTP program</a> like FileZilla to download those files to your local computer.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">I</span>f you are using HostGator to host your website and have WordPress installed in your public_html directory, then the folder you want to download will be at /public_html/wp-content/uploads/.  IF you are using another hosting setup, then you will need to use your FTP program to explore your WordPress installation and find the wp-content/uploads/ directory.  Once you find that, simply navigate drag and drop the entire folder to a backup directory on your local computer.  That&#8217;s it, you are done.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">I</span>f you have edited any of the code in your theme files, then you should also download copies of those to your computer.  If I have edited any of these files for you, then I have copies of the edited files saved for you.  If you have done any editing of these files yourself, using the WordPress administration tools, the changed files will be in your &#8230;/wp-content/themes/(name of theme) directory.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">H</span>ope this helps prompt you to keep regular backups of these files in addition to your core WordPress installation.  As always, if you have any questions, please email or post a comment and I will answer right away.</p>
]]></content:encoded>
			<wfw:commentRss>http://willtaft.com/WebsiteServices/articles/backup-your-uploaded-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up Your WordPress Site</title>
		<link>http://willtaft.com/WebsiteServices/articles/backing-up-wordpress/</link>
		<comments>http://willtaft.com/WebsiteServices/articles/backing-up-wordpress/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 19:39:28 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[backup wordpress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email backup]]></category>
		<category><![CDATA[wordpress backups]]></category>

		<guid isPermaLink="false">http://underthewordpresstree.com/?p=235</guid>
		<description><![CDATA[Here is a detailed "how to" article on backing up your WordPress installation.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">B</span>acking up the information in your WordPress installation is very important in maintaining a WordPress site.  There are 3 main components of your site you should be sure to backup.  The first is the content of your site, and would include things like your posts, pages, and comments.  The second is backing up any changed or customized theme files. The third is having a backup of your upload directory.  This directory includes files and images you may have uploaded for use on your site.  If your host provides cPanel to manage your hosting account, then the first backup component, your site&#8217;s content, can be done using cPanel.  The second two components, changed theme files and files and images in your upload directory are done using an FTP program like FileZilla.  This post will cover using cPanel to back up your database.  A follow-up post will cover using FTP to back up images and theme files.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">T</span>his article only covers using the &#8220;Backups&#8221; button on the main page of your cPanel administration screen.  You can also backup WordPress by using phpMyAdmin.  You access that by clicking the &#8220;My SQL Databases&#8221; button on the cPanel main page, then scrolling to the bottom of that page and clicking the &#8220;phpMyAdmin&#8221; link.  You can find complete instructions in the first section of the following link from the WordPress Codex on <a href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">using phpMyAdmin for WordPress backups</a>.  Here is another good tutorial on <a title="(opens in new tab)" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">backing WordPress using phpMyAdmin</a>.  I will often do a backup using the cPanel instructions in this article and then do another backup using phpMyAdmin, but then I tend to be overly cautious about having backups.  The funny thing is that I have never had a need to restore from a backup.  But it is important to be prepared just in case something does happen to your WordPress files.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">R</span>egularly backing up your files, whether your WordPress blog, or just your music, photos, and word processing documents is a very important task. It is certainly best to get in the habit of doing it yourself, but if you prefer to hire someone to do these sorts of administrative tasks, <a title="(opens in new tab)" href="http://underthewordpresstree.com/contact/" target="_blank">contact me</a> and I can do the backup for you and send you the files for storage on your computer.  If you will do it yourself, then read on for the detailed instructions.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">T</span>he first step <span class="big">I suggest is to make a &#8220;WordPress Backups&#8221; directory on your local computer that will be sure to get backed up whenever you do your computer&#8217;s regular backups.  Then within that directory, make a folder named with the date you are doing this backup.  In the future, every time you back up WordPress, make a new folder with the date of the backup.</span></p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">N</span>ow it is time to login to cPanel at your hosting account.  If you have purchased, or will purchase, hosting as a result of reading <a title="(opens in new tab)" href="http://underthewordpresstree.com/hosting-advice/" target="_blank">my recommendation</a>, then the url you will go to for login in to cPanel is:<em> http://yourdomain.com/cpanel</em>.  Of course you will need to change the &#8220;yourdomain.com&#8221; in that url to your own domain name.  If you have a different host and they provide cpanel, the instructions should be the same.  If your host uses something other than cPnael, you will need to ask your host for instructions on backing up your databses.  cPanel is a very powerful tool with many features I never use.  It is, however, a good way to set up and administer email accounts, and to backup your WordPress installation.  So, once you are logged into your cPanel account, the way to begin a backup of your WordPress installation database is to find and click the cPanel icon labeled &#8220;Backups&#8221;.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">O</span>n the next screen, ignore the &#8220;Full Backup&#8221; listing at the top for now and find the listings on the left side titled: &#8220;Home Directory&#8221;, &#8220;<span class="big">Download a MySQL Database Backup</span>&#8220;, and &#8220;<span class="big">Download Email Domain Forwarder or Filter Backup&#8221;.  Under the &#8220;Home Directory&#8221; listing on the left, click the link titled &#8220;</span>Download a home directory Backup<span class="big">&#8220;.  Save the file in the dated folder you just created on your local computer.  Next, click the link under &#8220;</span><span class="big">Download a MySQL Database Backup&#8221; and save that file to the same, dated directory.  Then, click the link with your site name beneath the &#8220;aliases&#8221; heading under &#8220;</span><span class="big">Download Email Domain Forwarder or Filter Backup&#8221;</span> section, and save that file to the dated backup directory on your computer.  Finally click your site name under the &#8220;forwarders&#8221; heading and save that file to the same dated directory.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">N</span>ow that you have done the manual backups, go back to the top of the cPanel Backups page and click the link titled, &#8220;Generate/Download a Full Backup&#8221; under the &#8220;Full Backup&#8221; heading.  On the page that comes up, leave everything as is, and click the &#8220;Generate Backup&#8221; button.  A separate &#8220;full&#8221; backup will be generated and saved to your home directory of your hosting account.  In my next post on FTP backup I will tell you how to download that file to the same dated backup folders you used above.</p>
<p><span style="font-style: italic; font-size: 170%; color: #347235;">T</span>hat&#8217;s it.  After the first time you do this it will go faster than it took you to read this post!  Of course, if you would rather have me handle this along with other administrative tasks, I am available to do that for a set monthly fee or on an hourly basis as you need help.</p>
]]></content:encoded>
			<wfw:commentRss>http://willtaft.com/WebsiteServices/articles/backing-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
