<?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: 4 Simple Steps to Protect Your Data From 99.9999% of all Computer Failures.</title>
	<atom:link href="http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/</link>
	<description>Follow Steph through his real estate and business journeys</description>
	<lastBuildDate>Sun, 07 Mar 2010 20:28:39 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FollowSteph.com - Is Your Backup Solution Actually Good?</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-104310</link>
		<dc:creator>FollowSteph.com - Is Your Backup Solution Actually Good?</dc:creator>
		<pubDate>Mon, 22 Jun 2009 18:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-104310</guid>
		<description>[...] failure, a virus, and so on. It happens all the time. So much so that a few years ago I wrote 4 Simple Steps to Protect Your Data From 99.9999% of all Computer Failures to help prevent this from happening to as many people as [...]</description>
		<content:encoded><![CDATA[<p>[...] failure, a virus, and so on. It happens all the time. So much so that a few years ago I wrote 4 Simple Steps to Protect Your Data From 99.9999% of all Computer Failures to help prevent this from happening to as many people as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-553</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Fri, 07 Jul 2006 19:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-553</guid>
		<description>Hi Neville,

Yes I was very fortunate, partly due to my diligence like yourself. It&#039;s unfortunate how many people today still get hit hard by these kinds of issues...

That&#039;s interesting idea for the USB key, I never thought of that. If you set it up correctly, you could almost move from box to box with your completely updated system! 

And thank you for the link to your article, it really elaborates on your backup process. I&#039;ll be looking into TrueCrypt very soon.

Also for coding, I don&#039;t know if you use such a system, but CVS is great for version control, especially if you have an extra PC. This gives you another level of protection for your source code which is critical to your business. 

Something I didn&#039;t bother to mention, which I&#039;ve just started to implement, is Raid 1 for my data. I use Raid 0 for my main system disk for performance reasons, but I now use Raid 1 for critical data (at least I started this week). 

For those of you who aren&#039;t familiar with Raid system, &lt;a href=&quot;http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks&quot; rel=&quot;nofollow&quot;&gt;wikipedia has a great article here&lt;/a&gt;. In essence Raid 1 means that you have two seperate hard drives that act as 1, replicating each other continually so should one drive fail, the other will still have all the data right now. Raid 0 is where the two drives split the information between each other (rather than replicate) and is more risky because should either drive fail, the whole thing goes down because you just lost half your data (you trade performance for risk). There are a number of other Raid system, where you can get both of these aspects together (extra security and performance) but they quickly get more costly.</description>
		<content:encoded><![CDATA[<p>Hi Neville,</p>
<p>Yes I was very fortunate, partly due to my diligence like yourself. It&#8217;s unfortunate how many people today still get hit hard by these kinds of issues&#8230;</p>
<p>That&#8217;s interesting idea for the USB key, I never thought of that. If you set it up correctly, you could almost move from box to box with your completely updated system! </p>
<p>And thank you for the link to your article, it really elaborates on your backup process. I&#8217;ll be looking into TrueCrypt very soon.</p>
<p>Also for coding, I don&#8217;t know if you use such a system, but CVS is great for version control, especially if you have an extra PC. This gives you another level of protection for your source code which is critical to your business. </p>
<p>Something I didn&#8217;t bother to mention, which I&#8217;ve just started to implement, is Raid 1 for my data. I use Raid 0 for my main system disk for performance reasons, but I now use Raid 1 for critical data (at least I started this week). </p>
<p>For those of you who aren&#8217;t familiar with Raid system, <a href="http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks" rel="nofollow">wikipedia has a great article here</a>. In essence Raid 1 means that you have two seperate hard drives that act as 1, replicating each other continually so should one drive fail, the other will still have all the data right now. Raid 0 is where the two drives split the information between each other (rather than replicate) and is more risky because should either drive fail, the whole thing goes down because you just lost half your data (you trade performance for risk). There are a number of other Raid system, where you can get both of these aspects together (extra security and performance) but they quickly get more costly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neville Franks</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-552</link>
		<dc:creator>Neville Franks</dc:creator>
		<pubDate>Fri, 07 Jul 2006 10:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-552</guid>
		<description>Stephane, Great to hear this worked out ok. I&#039;m a backup fanatic. The thought of loosing some code I&#039;ve toiled over for the past few hours is too much to bear. I do all the backup processes you do and more. One in particular worth mentioning is a USB stick. I&#039;ve got a 1G stick encrypted with TrueCrypt. My editor has the capability of mirroring all file saves to another drive, and I have this setup for the USB stick. Whenever I walk out the door the USB stick goes with me, just like a security blanket.

I&#039;ve written about TrueCrypt on my Blog at http://blog.surfulater.com/2005/06/09/securing-information/ It is a great app, and free.

I&#039;ve also recently switched to using Backup4All, which I quite like. I use this for doing my offsite backups, amongst other things. And yes I&#039;m an Acronis TrueImage user.</description>
		<content:encoded><![CDATA[<p>Stephane, Great to hear this worked out ok. I&#8217;m a backup fanatic. The thought of loosing some code I&#8217;ve toiled over for the past few hours is too much to bear. I do all the backup processes you do and more. One in particular worth mentioning is a USB stick. I&#8217;ve got a 1G stick encrypted with TrueCrypt. My editor has the capability of mirroring all file saves to another drive, and I have this setup for the USB stick. Whenever I walk out the door the USB stick goes with me, just like a security blanket.</p>
<p>I&#8217;ve written about TrueCrypt on my Blog at <a href="http://blog.surfulater.com/2005/06/09/securing-information/" rel="nofollow">http://blog.surfulater.com/2005/06/09/securing-information/</a> It is a great app, and free.</p>
<p>I&#8217;ve also recently switched to using Backup4All, which I quite like. I use this for doing my offsite backups, amongst other things. And yes I&#8217;m an Acronis TrueImage user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-545</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Tue, 04 Jul 2006 02:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-545</guid>
		<description>Hi Bill,

Thank you for the positive comment!

You can post some quotes if you wish, or summarize it but please do not copy the content and provide a link to the original article for credit (pretty much what I do when citing someone else&#039;s content). 

I ask this because it&#039;s good to avoid duplicate content acrross websites (full articles, as well as just large portions) because it might penalize both of us on the search engines such as Google.</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Thank you for the positive comment!</p>
<p>You can post some quotes if you wish, or summarize it but please do not copy the content and provide a link to the original article for credit (pretty much what I do when citing someone else&#8217;s content). </p>
<p>I ask this because it&#8217;s good to avoid duplicate content acrross websites (full articles, as well as just large portions) because it might penalize both of us on the search engines such as Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-544</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 03 Jul 2006 21:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-544</guid>
		<description>Great writeup!  May I post it at my blog, credited of coure?</description>
		<content:encoded><![CDATA[<p>Great writeup!  May I post it at my blog, credited of coure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-543</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Mon, 03 Jul 2006 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-543</guid>
		<description>Hi Christopher,

Yes, you&#039;re absolutely right! I did forget to mention the regularly scheduled backups because it&#039;s become obvious to me over time. Thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Hi Christopher,</p>
<p>Yes, you&#8217;re absolutely right! I did forget to mention the regularly scheduled backups because it&#8217;s become obvious to me over time. Thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Wilson</title>
		<link>http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/comment-page-1/#comment-542</link>
		<dc:creator>Christopher Wilson</dc:creator>
		<pubDate>Mon, 03 Jul 2006 20:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/2006/07/03/4-simple-steps-to-protect-your-data-from-999999-of-all-computer-failures/#comment-542</guid>
		<description>You forgot to mention step 0: HAVE A BACK UP SCHEDULE AND STICK TO IT.

Most of the time, a home user doesn&#039;t back up their data because they&#039;re not willing to learn the tool or they&#039;re too busy to follow their back up schedule. Having one and not sticking to it doesn&#039;t make you any more pre-pared for a disaster.

(I know its obvious, but it always bears repeating with regards to back ups.)</description>
		<content:encoded><![CDATA[<p>You forgot to mention step 0: HAVE A BACK UP SCHEDULE AND STICK TO IT.</p>
<p>Most of the time, a home user doesn&#8217;t back up their data because they&#8217;re not willing to learn the tool or they&#8217;re too busy to follow their back up schedule. Having one and not sticking to it doesn&#8217;t make you any more pre-pared for a disaster.</p>
<p>(I know its obvious, but it always bears repeating with regards to back ups.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
