<?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>Running A Website &#187; version management</title>
	<atom:link href="http://www.runningawebsite.com/tag/version-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.runningawebsite.com</link>
	<description>Practical tips and advice for running a successful website!</description>
	<lastBuildDate>Thu, 07 Oct 2010 10:20:21 +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>Good Habits &#8211; Backups and Version Control</title>
		<link>http://www.runningawebsite.com/good-habits-backups-and-version-control/</link>
		<comments>http://www.runningawebsite.com/good-habits-backups-and-version-control/#comments</comments>
		<pubDate>Sun, 10 May 2009 10:50:58 +0000</pubDate>
		<dc:creator>Dan Harrison</dc:creator>
				<category><![CDATA[Business Advice]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[good habits]]></category>
		<category><![CDATA[version management]]></category>

		<guid isPermaLink="false">http://www.danharrison.co.uk/?p=101</guid>
		<description><![CDATA[Just a short article with a couple of tips today. Do you backup your websites regularly, if so, how often? And when developing a new website, do you use any kind of version management tool? If you rely on any website to make you money, you should be doing both! Backups The justification for backups ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.runningawebsite.com%2Fgood-habits-backups-and-version-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.runningawebsite.com%2Fgood-habits-backups-and-version-control%2F&amp;source=DanJHarrison&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.runningawebsite.com/wp-content/uploads/2009/05/subversion_logo1.png" alt="Subversion Logo" title="Subversion Logo" width="300" height="259" class="aligncenter size-full wp-image-100" /></p>
<p>Just a short article with a couple of tips today. Do you backup your websites regularly, if so, how often? And when developing a new website, do you use any kind of version management tool? If you rely on any website to make you money, you should be doing both!<span id="more-101"></span></p>
<h3>Backups</h3>
<p>The justification for backups is pretty obvious and substantial. How would you fix a situation where&#8230;</p>
<ul>
<li>Your web host gets hacked?</li>
<li>Your web host goes bust, and the hosting services are revoked immediately?</li>
<li>You accidentally do something that corrupts your site&#8217;s database?</li>
<li>Your site gets hacked, destroying all or part of your file system and/or databases?</li>
</ul>
<p>You get the idea. Having both backups of files and databases is very important. I&#8217;ve needed my backups about 5 times in the last 2 years, each time saving me several days and weeks of effort to fix a problem.</p>
<p>How often should you backup? Well, how long is a piece of string? My guidance is to backup files daily, and backup databases at a rate that roughly represents how frequently your site is updated. Perhaps 3 times a day, perhaps just once a day.</p>
<p>Regardless of how often you do backup, there will come a time when you are grateful for having those backups. There are so many different backup tools, it depends on your own personal setup. But, if you&#8217;re not very technical, it&#8217;s worth spending some money on a good backup tool.</p>
<h3>Version Management</h3>
<p>Version management is a little more debateable in terms of how important it is. How often have you developed a website, and thought, &#8220;actually, I prefer it the way it was 2 weeks ago&#8221;?</p>
<p>If you have multiple website developers, version management tools help you to control how code evolves during a project. If you&#8217;re the sole developer, it acts as a fine-grained backup tool, allowing you to access prior versions of code with ease.</p>
<p>I personally use <a href="http://subversion.tigris.org/">Subversion</a>, which <a href="http://tortoisesvn.tigris.org/">integrates nicely with Windows Explorer</a> and <a href="http://www.eclipse.org/pdt/">Eclipse PHP Developer Tools</a> (Eclipse PDT) with <a href="http://subclipse.tigris.org/">Subclipse</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.runningawebsite.com/good-habits-backups-and-version-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

