<?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: Home RAID vs backup?</title>
	<atom:link href="http://storagemojo.com/2007/05/30/home-raid-vs-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/</link>
	<description>Data storage info &#38; analysis</description>
	<lastBuildDate>Fri, 19 Mar 2010 09:23:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kelt</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-208671</link>
		<dc:creator>Kelt</dc:creator>
		<pubDate>Tue, 16 Mar 2010 17:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-208671</guid>
		<description>I would not suggest RAID to anyone at home. RAID configurations are used in *commercial* applications for mission critical servers - in the case that a server is unavailable there would be loss of revenue. RAID is also used to increase performance and availability of systems. 

Regardless, a home user would not want to use RAID 1/5/10/50/100 as a backup solution. RAID is not appropriate for backups. Why? RAID does you absolutely no good against theft, viruses, accidental deletions - the kind of stuff you would want backups for.

For instance, if a virus comes along and zero&#039;s out all the pictures on your machine... or someone steals your computers... or you delete an important folder permanently... how does RAID help you at all?</description>
		<content:encoded><![CDATA[<p>I would not suggest RAID to anyone at home. RAID configurations are used in *commercial* applications for mission critical servers &#8211; in the case that a server is unavailable there would be loss of revenue. RAID is also used to increase performance and availability of systems. </p>
<p>Regardless, a home user would not want to use RAID 1/5/10/50/100 as a backup solution. RAID is not appropriate for backups. Why? RAID does you absolutely no good against theft, viruses, accidental deletions &#8211; the kind of stuff you would want backups for.</p>
<p>For instance, if a virus comes along and zero&#8217;s out all the pictures on your machine&#8230; or someone steals your computers&#8230; or you delete an important folder permanently&#8230; how does RAID help you at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Taylor</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-207196</link>
		<dc:creator>John Taylor</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-207196</guid>
		<description>Firstly may I say this debate is a point I have pondered for several years, I work for a major IT vendor supporting many large blue chip clients and have a strong Solaris background (note that I don&#039;t use the term GURU here). Also I have good familiarity with many other Operating Systems.
I have witnessed many  catastrophic failures which have been recoverable due to the complexity of the recovery strategy in place. The clients production systems tend to feature RAID 1 for the OS/Mangement Framework storage as a matter of course and the data/third party apps are either run from NAS or SAN with a complete backup solution for both areas. Obviously this is a very expensive solution and would not be expected of a home user/Small Business.

One of the key points in the argument against RAID here was made by David J. Heinrich in regard to “drive failures tend to be correlated due to similar use-patterns”. For the uninitiated this basically means that the likelyhood of your RAID drives failing simultaneously is increased due to the nature of how RAID works … an ideal RAID requires all of your RAID drives to be of the same model and firmware revision to be most effective. Let&#039;s go back to the tyre analagy provided by George Ou, yes you may have 4 tyres and a spare however the spare is also being used at the same time, the tread depth wears out at the same rate and you are then running on 5 bald tyres rather than just 1, all mechanical drives share this same weakness and coupled with the precision of mass manufacture the likelyhood of multiple drive failure is compounded. In essence the greatest failure with RAID is it&#039;s synchronicity. This statement is also true of mirroring.

Another , less noted, variant here is the problems with RAID 5. RAID 5 and it&#039;s derivitives have the beauty of redundancy and speed built in however, as anyone who has dealt with the loss of a disk in a RAID 5 configuration can vouch, the performance stinks when a drive fails and you have all the issues of the resync to boot. A loss of a second disk duing this vulnerable phase and bang …. all your data is lost.

RAID 5 and Striping (Striping cannot really be considered as true RAID as there is no Redundancy): Plus point – is very fast access – the more disks you use is just short of equal to the number of drives multiplied by the access to one drive. Minus point – increasing the size of storage requires you to destroy what you have and rebuild from scratch. Also the need for this kind of performance shouldn&#039;t really apply to the majority of SOHO users.

Taking all of the above into account I would look at the alternative of snapshots to alternative local storage to maintain data integrity – this would be similar to RAID 1 where you use a second disk for redundancy however only one drive would be actively providing access to the filesystem/disk the other drive could then be brought online in the event of a major failure on the first and service would be restored resulting in minimal data loss and a fast service restore time. To further improve in performance what could also be done is to have a matching partition layout on both drives (for simplicity we&#039;ll just have 2) then on the first disk the first partition could hold one set of data with an equal amount of space on the second disk&#039;s first partition being used to back this up. Meanwhile on the second disk the second partition could be used to hold a second set of active data while the corresponding partition on the first disk could be used to hold the backup for this. The upshot being that you can have two sets of data being accessed at a similar rate as opposed to contesting the same drive for access – hence the user see a performance increase as well as having redundancy meaning that they get some additional bang for their buck.</description>
		<content:encoded><![CDATA[<p>Firstly may I say this debate is a point I have pondered for several years, I work for a major IT vendor supporting many large blue chip clients and have a strong Solaris background (note that I don&#8217;t use the term GURU here). Also I have good familiarity with many other Operating Systems.<br />
I have witnessed many  catastrophic failures which have been recoverable due to the complexity of the recovery strategy in place. The clients production systems tend to feature RAID 1 for the OS/Mangement Framework storage as a matter of course and the data/third party apps are either run from NAS or SAN with a complete backup solution for both areas. Obviously this is a very expensive solution and would not be expected of a home user/Small Business.</p>
<p>One of the key points in the argument against RAID here was made by David J. Heinrich in regard to “drive failures tend to be correlated due to similar use-patterns”. For the uninitiated this basically means that the likelyhood of your RAID drives failing simultaneously is increased due to the nature of how RAID works … an ideal RAID requires all of your RAID drives to be of the same model and firmware revision to be most effective. Let&#8217;s go back to the tyre analagy provided by George Ou, yes you may have 4 tyres and a spare however the spare is also being used at the same time, the tread depth wears out at the same rate and you are then running on 5 bald tyres rather than just 1, all mechanical drives share this same weakness and coupled with the precision of mass manufacture the likelyhood of multiple drive failure is compounded. In essence the greatest failure with RAID is it&#8217;s synchronicity. This statement is also true of mirroring.</p>
<p>Another , less noted, variant here is the problems with RAID 5. RAID 5 and it&#8217;s derivitives have the beauty of redundancy and speed built in however, as anyone who has dealt with the loss of a disk in a RAID 5 configuration can vouch, the performance stinks when a drive fails and you have all the issues of the resync to boot. A loss of a second disk duing this vulnerable phase and bang …. all your data is lost.</p>
<p>RAID 5 and Striping (Striping cannot really be considered as true RAID as there is no Redundancy): Plus point – is very fast access – the more disks you use is just short of equal to the number of drives multiplied by the access to one drive. Minus point – increasing the size of storage requires you to destroy what you have and rebuild from scratch. Also the need for this kind of performance shouldn&#8217;t really apply to the majority of SOHO users.</p>
<p>Taking all of the above into account I would look at the alternative of snapshots to alternative local storage to maintain data integrity – this would be similar to RAID 1 where you use a second disk for redundancy however only one drive would be actively providing access to the filesystem/disk the other drive could then be brought online in the event of a major failure on the first and service would be restored resulting in minimal data loss and a fast service restore time. To further improve in performance what could also be done is to have a matching partition layout on both drives (for simplicity we&#8217;ll just have 2) then on the first disk the first partition could hold one set of data with an equal amount of space on the second disk&#8217;s first partition being used to back this up. Meanwhile on the second disk the second partition could be used to hold a second set of active data while the corresponding partition on the first disk could be used to hold the backup for this. The upshot being that you can have two sets of data being accessed at a similar rate as opposed to contesting the same drive for access – hence the user see a performance increase as well as having redundancy meaning that they get some additional bang for their buck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVforum.no - Hjelp til NAS lignende lsning...</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-206609</link>
		<dc:creator>AVforum.no - Hjelp til NAS lignende lsning...</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-206609</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-206226</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-206226</guid>
		<description>I don&#039;t normally respond to many blogs but this one is hitting home to me today. I have a &quot;significant&quot; home network due to my wife and I both having been developers, web and otherwise, for over 10 years. We have eight machines on a 100MBit network with two laptops that are 90% wireless. A little over a year ago we decided to get some NAS storage. I went with a Maxtor solution featuring three 500GB shared storage devices. At the time they were highly rated by users and tech evaluators alike, the cost was reasonable and they installed and were managed easily enough.

It is 14months later now, one died this weekend (the disk does not seem to be spinning at all), another has a noisy fan (luckily it&#039;s in the &quot;server room&quot; in the basement) and the one on my desk intermittently makes some really strange noises of late. To say I&#039;m somewhat disappointed in a Maxtor product that was highly rated last year is an understatement.

I was just looking into about buying a RIAD box for here at home, or stripping down one of the lesser use machines and building a RAID out of that when I came across this blog. While both my wife and I are tech-savvy enough to manage and secure our network neither of us is a network admin/specialist. So I was looking for one of those &quot;dummed down&quot; RAIDs. I know that I have to have twice the space and am willing to accept that as it part of the price you pay to get RAID.

We had, as of last week, close t0 3TB of disk storage on the network and as is almost always the case, the disk that died this weekend is the &quot;critical&quot; one for right now. I&#039;m headed off to a data recovery specialist later this morning to see what the prognosis of getting that data back are.

I’m not a huge fan of the “online” backup solution as it put’s my customer’s data on servers that I have no control over from a security or reliability point of view, and upload speeds on a cable modem are just not that great on my provider.

Over the next week or two I&#039;m going to be doing some research (until reading some of these posts, and the ones on ZDnet, I was just going to buy/build a RAID box) to see what would work best for us. I would be interested to hear what you and your readers think.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t normally respond to many blogs but this one is hitting home to me today. I have a &#8220;significant&#8221; home network due to my wife and I both having been developers, web and otherwise, for over 10 years. We have eight machines on a 100MBit network with two laptops that are 90% wireless. A little over a year ago we decided to get some NAS storage. I went with a Maxtor solution featuring three 500GB shared storage devices. At the time they were highly rated by users and tech evaluators alike, the cost was reasonable and they installed and were managed easily enough.</p>
<p>It is 14months later now, one died this weekend (the disk does not seem to be spinning at all), another has a noisy fan (luckily it&#8217;s in the &#8220;server room&#8221; in the basement) and the one on my desk intermittently makes some really strange noises of late. To say I&#8217;m somewhat disappointed in a Maxtor product that was highly rated last year is an understatement.</p>
<p>I was just looking into about buying a RIAD box for here at home, or stripping down one of the lesser use machines and building a RAID out of that when I came across this blog. While both my wife and I are tech-savvy enough to manage and secure our network neither of us is a network admin/specialist. So I was looking for one of those &#8220;dummed down&#8221; RAIDs. I know that I have to have twice the space and am willing to accept that as it part of the price you pay to get RAID.</p>
<p>We had, as of last week, close t0 3TB of disk storage on the network and as is almost always the case, the disk that died this weekend is the &#8220;critical&#8221; one for right now. I&#8217;m headed off to a data recovery specialist later this morning to see what the prognosis of getting that data back are.</p>
<p>I’m not a huge fan of the “online” backup solution as it put’s my customer’s data on servers that I have no control over from a security or reliability point of view, and upload speeds on a cable modem are just not that great on my provider.</p>
<p>Over the next week or two I&#8217;m going to be doing some research (until reading some of these posts, and the ones on ZDnet, I was just going to buy/build a RAID box) to see what would work best for us. I would be interested to hear what you and your readers think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasivian</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-201368</link>
		<dc:creator>Lasivian</dc:creator>
		<pubDate>Mon, 11 May 2009 19:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-201368</guid>
		<description>Right now I have a 7-drive Raid5 at home (3.75TB, 1 hot spare). I&#039;m a computer guru so the normal pitfalls are not issues for me.

But, I can find no other method for keeping tabs on 3TB of data that are nearly as cost effective or pose less headaches. To date I have lost data, but only from optical media failure. Short of a DLT drive I can&#039;t think of any viable option.

Sure, online backup is great, if you have a few hundred gigs of data at most, once you&#039;re in the TB range it&#039;s completely pointless for both speed of access and cost.

My only future idea is to go from Raid 5 to multiple mirrored drives to spread the URE possibility much thinner.</description>
		<content:encoded><![CDATA[<p>Right now I have a 7-drive Raid5 at home (3.75TB, 1 hot spare). I&#8217;m a computer guru so the normal pitfalls are not issues for me.</p>
<p>But, I can find no other method for keeping tabs on 3TB of data that are nearly as cost effective or pose less headaches. To date I have lost data, but only from optical media failure. Short of a DLT drive I can&#8217;t think of any viable option.</p>
<p>Sure, online backup is great, if you have a few hundred gigs of data at most, once you&#8217;re in the TB range it&#8217;s completely pointless for both speed of access and cost.</p>
<p>My only future idea is to go from Raid 5 to multiple mirrored drives to spread the URE possibility much thinner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-195661</link>
		<dc:creator>a</dc:creator>
		<pubDate>Thu, 15 May 2008 14:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-195661</guid>
		<description>You don&#039;t need to convince anybody of the usefulness of RAID or the necesity of RAID, they come crying to you once their data is gone. Regardless of complexity, when the choices are RAID/Backup (both) vs. loosing all your beloved digital pictures, music, games, contacts, mail, etc. The answer is a resounding YES, I don&#039;t care for those extra $100-$200 in the extra HDD. Don&#039;t try to convince anybody, let them crash once, and they learn for ever.

a</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to convince anybody of the usefulness of RAID or the necesity of RAID, they come crying to you once their data is gone. Regardless of complexity, when the choices are RAID/Backup (both) vs. loosing all your beloved digital pictures, music, games, contacts, mail, etc. The answer is a resounding YES, I don&#8217;t care for those extra $100-$200 in the extra HDD. Don&#8217;t try to convince anybody, let them crash once, and they learn for ever.</p>
<p>a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David J. Heinrich</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-178377</link>
		<dc:creator>David J. Heinrich</dc:creator>
		<pubDate>Thu, 06 Mar 2008 04:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-178377</guid>
		<description>Gentoo Linux has a wonderful HOWTO Backup Guide, which discusses full, differential, and incremental backups. You can set it up to automate full, differential, and incremental backups on a regular time-schedule, at a time that is convenient for you. E.g., full backups every month, differential backups every week, incremental backups every day. Of course, the minute I said Gentoo, you know that isn&#039;t for the typical use. But automated full, differential, and incremental backups sound good for the regular user. Have it do it at 3AM in the morning or something. I think the people at Apple really know what they&#039;re doing. That Time Machine thing is exactly what consumers want -- something that&#039;s transparent. Hopefully, it can backup to 2nd or external drives.

I&#039;m a &quot;prosumers&quot; user, so I&#039;m a little out of step with normal users, but I understand them. I had HD reliability issues on my main HD for my laptop. So what I did is bought a new 2nd HD, put it in the optical bay, and moved all my data there. My main HD filled up, and became less and less reliable (running WinXP BS, as I needed it for business school). Eventually, WinXP wouldn&#039;t boot. Great! Got a 120GB replacement drive, and am now operating from the Ubuntu Linux CD. Haven&#039;t bothered installing yet (actually, did, but ran into a stupid error 97% way done about GRUB install to MBR failing, then it borked out; haven&#039;t had time to mess around with it yet). BTW, Ubuntu running from a CD boots up faster and loads programs faster than Winblows XP did for me for the last couple of years (from the HD). That&#039;s really sad. And worse yet, apparently Win Vista is a downgrade from XP in terms of performance.

In the meanwhile, my data is pretty safe on an that data-drive, which is now wrapped in the HD static-proof bag that my new HD came with. And I have a lot of my photos on DVDs as well. 

A few other comments...in RAID, drive failures tend to be correlated due to similar use-patterns. This greatly diminishes the value of RAID for home-users. It just doesn&#039;t seem worth it. Because RAID isn&#039;t a backup. So then, to really be protected, you need 3 hard-drives: 1 original, 1 for RAID, and 1 for backup. You&#039;ll have a tough enough time convincing people to get 1 extra HD, let alone 2. 

Ideally, backups to Gold Archival DVDs should be done whenever you know anything is fixed (e.g., not a work in progress), and have enough to fill up a DVD. But, although I&#039;m willing to spend $80 for a 100-pack of gold archival DVDs, the average consumer will wonder why spend that kind of $$$, when a 100-pack of normal DVDs is like $20 or whatever. 

There are other considerations when backing up, as well. A few ideas of mine:

* OS and apps should never be on the same HD as data. At the very least, they should be on a different partition. If on a different HD, the OS and apps would ideally be on a faster smaller HD...maybe even a small SAS drive instead of SATA for better performance. Also, if you want to make use of solid sate drives (like mtron), you can get small drives for your virtual memory, for your temporary files, and even for your /var files (if you&#039;re a linux person). 

*Your backup HD should be separated from your main HDs. Being inside the CPU case means more heat, which is bad for HDs. Also, if possible, it should be powered down when not in use by the automatic backup system (e.g., have software do this). That way, it has even less wear and tear.

*Use an ultra-high performance HD for your OS and apps, like a small Raptor or Cheatah. 
*If possible, use an even better HD, like the mtron ssd&#039;s, for your swap file, temp directory, /var directory, and anything else that gets a lot of read/writes all the time.
*Use an affordable high-performance high-capacity drive for your data, like the Hitachi DeskStar 7k1000, or Samsung Spinpoint F1. You can get these affordably in the 500, 750, or 1000GB sizes (by affordably, I mean more than 3.8 GB/$). 
*Use an enterprise-class rated HD for your data backups. Something that&#039;s rated for continuous 24x7 usage (even though you&#039;ll have it powered down when not in use). E.g., the Hitachi Ultrastar, or Seagate Barracuda ES.2 SAS drives. These also come with 5 year warranties. Use them in an external enclosure. Or use an eSATA HD.

Ideally, all this stuff I&#039;ve talked about should be done automatically, although that seems near-impossible. But Apple is always great with this stuff, making it easy for consumers. And they could even make all that hard-ware selection easy by selling premium reliability/performance grade macs that come with multiple HD&#039;s, and the sys setup to use them appropriately for every-day use vs. backup.

PS: I find the arrogance displayed by some here flabbergasting. People are chastising the photographer woman for not knowing the difference between RAM and hard-drive? Ok, sure, she&#039;s just a few notches above great-grandpa in terms of computer knowledge. But I bet a lot of the geeks harping about how imperative it is that people understand their computers, don&#039;t know how to change a tire on a car, or deal with routine house-maintenance, or know a god-damned thing about their car for that matter. Also, I bet that that photographer -- if she&#039;s a professional -- knows a lot more about Photoshop than anyone on this forum. Maybe if she saw people here doing some silly thing in Photoshop, she&#039;d comment on how ignorant we were!</description>
		<content:encoded><![CDATA[<p>Gentoo Linux has a wonderful HOWTO Backup Guide, which discusses full, differential, and incremental backups. You can set it up to automate full, differential, and incremental backups on a regular time-schedule, at a time that is convenient for you. E.g., full backups every month, differential backups every week, incremental backups every day. Of course, the minute I said Gentoo, you know that isn&#8217;t for the typical use. But automated full, differential, and incremental backups sound good for the regular user. Have it do it at 3AM in the morning or something. I think the people at Apple really know what they&#8217;re doing. That Time Machine thing is exactly what consumers want &#8212; something that&#8217;s transparent. Hopefully, it can backup to 2nd or external drives.</p>
<p>I&#8217;m a &#8220;prosumers&#8221; user, so I&#8217;m a little out of step with normal users, but I understand them. I had HD reliability issues on my main HD for my laptop. So what I did is bought a new 2nd HD, put it in the optical bay, and moved all my data there. My main HD filled up, and became less and less reliable (running WinXP BS, as I needed it for business school). Eventually, WinXP wouldn&#8217;t boot. Great! Got a 120GB replacement drive, and am now operating from the Ubuntu Linux CD. Haven&#8217;t bothered installing yet (actually, did, but ran into a stupid error 97% way done about GRUB install to MBR failing, then it borked out; haven&#8217;t had time to mess around with it yet). BTW, Ubuntu running from a CD boots up faster and loads programs faster than Winblows XP did for me for the last couple of years (from the HD). That&#8217;s really sad. And worse yet, apparently Win Vista is a downgrade from XP in terms of performance.</p>
<p>In the meanwhile, my data is pretty safe on an that data-drive, which is now wrapped in the HD static-proof bag that my new HD came with. And I have a lot of my photos on DVDs as well. </p>
<p>A few other comments&#8230;in RAID, drive failures tend to be correlated due to similar use-patterns. This greatly diminishes the value of RAID for home-users. It just doesn&#8217;t seem worth it. Because RAID isn&#8217;t a backup. So then, to really be protected, you need 3 hard-drives: 1 original, 1 for RAID, and 1 for backup. You&#8217;ll have a tough enough time convincing people to get 1 extra HD, let alone 2. </p>
<p>Ideally, backups to Gold Archival DVDs should be done whenever you know anything is fixed (e.g., not a work in progress), and have enough to fill up a DVD. But, although I&#8217;m willing to spend $80 for a 100-pack of gold archival DVDs, the average consumer will wonder why spend that kind of $$$, when a 100-pack of normal DVDs is like $20 or whatever. </p>
<p>There are other considerations when backing up, as well. A few ideas of mine:</p>
<p>* OS and apps should never be on the same HD as data. At the very least, they should be on a different partition. If on a different HD, the OS and apps would ideally be on a faster smaller HD&#8230;maybe even a small SAS drive instead of SATA for better performance. Also, if you want to make use of solid sate drives (like mtron), you can get small drives for your virtual memory, for your temporary files, and even for your /var files (if you&#8217;re a linux person). </p>
<p>*Your backup HD should be separated from your main HDs. Being inside the CPU case means more heat, which is bad for HDs. Also, if possible, it should be powered down when not in use by the automatic backup system (e.g., have software do this). That way, it has even less wear and tear.</p>
<p>*Use an ultra-high performance HD for your OS and apps, like a small Raptor or Cheatah.<br />
*If possible, use an even better HD, like the mtron ssd&#8217;s, for your swap file, temp directory, /var directory, and anything else that gets a lot of read/writes all the time.<br />
*Use an affordable high-performance high-capacity drive for your data, like the Hitachi DeskStar 7k1000, or Samsung Spinpoint F1. You can get these affordably in the 500, 750, or 1000GB sizes (by affordably, I mean more than 3.8 GB/$).<br />
*Use an enterprise-class rated HD for your data backups. Something that&#8217;s rated for continuous 24&#215;7 usage (even though you&#8217;ll have it powered down when not in use). E.g., the Hitachi Ultrastar, or Seagate Barracuda ES.2 SAS drives. These also come with 5 year warranties. Use them in an external enclosure. Or use an eSATA HD.</p>
<p>Ideally, all this stuff I&#8217;ve talked about should be done automatically, although that seems near-impossible. But Apple is always great with this stuff, making it easy for consumers. And they could even make all that hard-ware selection easy by selling premium reliability/performance grade macs that come with multiple HD&#8217;s, and the sys setup to use them appropriately for every-day use vs. backup.</p>
<p>PS: I find the arrogance displayed by some here flabbergasting. People are chastising the photographer woman for not knowing the difference between RAM and hard-drive? Ok, sure, she&#8217;s just a few notches above great-grandpa in terms of computer knowledge. But I bet a lot of the geeks harping about how imperative it is that people understand their computers, don&#8217;t know how to change a tire on a car, or deal with routine house-maintenance, or know a god-damned thing about their car for that matter. Also, I bet that that photographer &#8212; if she&#8217;s a professional &#8212; knows a lot more about Photoshop than anyone on this forum. Maybe if she saw people here doing some silly thing in Photoshop, she&#8217;d comment on how ignorant we were!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Harris</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-117591</link>
		<dc:creator>Paul Harris</dc:creator>
		<pubDate>Thu, 13 Sep 2007 05:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-117591</guid>
		<description>For RAID to work in home environments, you&#039;ll need to delete the word RAID - to much information. While there are some pro home users active in hobbies or trades such as digital video where the use of programs such as Avid Xpress Pro, Apple Final Cut Pro, Autodesk Maya and other digital media applications demand high-performance hardware such as a high-throughput video server powered by a high-end video RAID controller (ie: ATTO), the average home user will typically not venture into such technology. I have heard of vendors working with emerging consumer RAID solutions where there will be no mention of the word RAID with devices so easy that grandma can use them. Once these begin hitting the streets, at a price digestible by the public, we may see greater consumer interest. Until that time, it&#039;s pro-sumers and up.</description>
		<content:encoded><![CDATA[<p>For RAID to work in home environments, you&#8217;ll need to delete the word RAID &#8211; to much information. While there are some pro home users active in hobbies or trades such as digital video where the use of programs such as Avid Xpress Pro, Apple Final Cut Pro, Autodesk Maya and other digital media applications demand high-performance hardware such as a high-throughput video server powered by a high-end video RAID controller (ie: ATTO), the average home user will typically not venture into such technology. I have heard of vendors working with emerging consumer RAID solutions where there will be no mention of the word RAID with devices so easy that grandma can use them. Once these begin hitting the streets, at a price digestible by the public, we may see greater consumer interest. Until that time, it&#8217;s pro-sumers and up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Felker</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-92165</link>
		<dc:creator>Russ Felker</dc:creator>
		<pubDate>Fri, 06 Jul 2007 16:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-92165</guid>
		<description>I&#039;ve worked with a large number of home and small business users and, to quote a friend, &quot;Selling backup to SOHO (Small Office, Home Office) is like selling life insurance to teenagers.&quot;  The amount of time and money SOHO users are willing to spend on backup is almost zero until they lose data.  Of course by that time, its not only too late, but also the IT guy&#039;s fault for not taking the zero dollars and putting into place an enterprise-level backup system.  Backup is key, but it has to be automated and as transparent as possible or the SOHO users just won&#039;t do it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with a large number of home and small business users and, to quote a friend, &#8220;Selling backup to SOHO (Small Office, Home Office) is like selling life insurance to teenagers.&#8221;  The amount of time and money SOHO users are willing to spend on backup is almost zero until they lose data.  Of course by that time, its not only too late, but also the IT guy&#8217;s fault for not taking the zero dollars and putting into place an enterprise-level backup system.  Backup is key, but it has to be automated and as transparent as possible or the SOHO users just won&#8217;t do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAID e Backup &#171; Oracle and other</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-79979</link>
		<dc:creator>RAID e Backup &#171; Oracle and other</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-79979</guid>
		<description>[...] 12th, 2007 &#183; No Comments  Leggendo come di consueto il blog di kevin Closson (anche se alle volte faccio fatica a stardietro a tutto quello che scrive) ho seguito un suo link al suo blog preferito e li casualmente ho visto il titolo di un post precedente che nella mia mente perversa  si ricollega alla mia ultima serie di post. Il collegamento nasce dal fatto nel titolo del posto l&#8217;autore parla di &#8220;home raid&#8221;, quello che credo di aver incontrato io nella mia difficile installazione di Linux nella succitata serie di post. [...]</description>
		<content:encoded><![CDATA[<p>[...] 12th, 2007 &middot; No Comments  Leggendo come di consueto il blog di kevin Closson (anche se alle volte faccio fatica a stardietro a tutto quello che scrive) ho seguito un suo link al suo blog preferito e li casualmente ho visto il titolo di un post precedente che nella mia mente perversa  si ricollega alla mia ultima serie di post. Il collegamento nasce dal fatto nel titolo del posto l&#8217;autore parla di &#8220;home raid&#8221;, quello che credo di aver incontrato io nella mia difficile installazione di Linux nella succitata serie di post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-79442</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Mon, 11 Jun 2007 16:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-79442</guid>
		<description>IMHO, RAID on servers is to protect the running OS, not the data on the server.  I rarely ever keep data on the os drive if I can help it.  While I do sometimes provide a raid 0 copy of the data drive, it&#039;s always just for convenience.  Data backup belongs on another machine, ideally at a different location.  In business, we can do that many ways.  Cross backup between different sites.  Contracts to store tapes, optical media or drives in a secure location.  But we never confuse backup with RAID.  Why it has been some jumbled in this discussion is from the amateur point of view of the originator of the article.  Just because you know what a piece of technology is and does, does not mean you have any comprehension what is actually used for in the real world.  Your real world not withstanding, is not the only one.
RAID could quietly reside inside a consumer appliance or home server and never be a problem.  The user interface could direct consumer user to replace the BLUE drive and not the RED drive in such a device.  Or better yet, let the meat head down at Best Buy take the heat for not knowing the difference between the Blue and Read drive when the flashing light on the front of the users &quot;Walmart Stoage Server&quot; starts flashing.
And as for all you guys who are so happy paying $20 or $50 a month for your web based offsite backup via Carbonite, etc.  Did the Dot-Com bust not teach you anything.  Online companies can be fortune 500 today, and penny stock tomorrow.  And all that data you feel so safe stored on there servers will go the way of any reformatted drive when google buys them out and decides to use the companies assets for more UTube movie bites...If you don&#039;t have a copy of your data in your control, you don&#039;t have your data.  The cheapest way for most consumers is to burn data to quality DVD disks and put them somewhere safe outside your home.  That might be a safety deposit box if you can afford it, or at your Parents house in a lock box.  You might be able to safely store your backup at your place of employment (clarify that with a employer so you don&#039;t end up loosing it when you change jobs.)
Currently, I working with the beta of Microsoft&#039;s Home server.  It&#039;s utility to backup all the home pc&#039;s to the server makes it real easy to be sure that all the pictures, videos, and other data your family has taken the time to put on their pc gets copied to a central location.  The next obvious step is a backup utility for that server.  Since the SDK is based on Windows Server Small Business Server 2003, there are already several solutions for making a safe backup of the server that we techies can use.  When the product comes to market, I expect one of the backup companies to have a farely mature direct to DVD backup product in the offering.  The WHS product is already useing a RAID like disk utility to make adding space easy for the home server administrator.

Not to go to far down Microsofts Road, I would imagine there are other vendors with similar products waiting for Microsoft to bloody the waters with the release of their usual unfinished product.  They will then jump in with something Linux based that&#039;s cheaper and has things like server backup built in.

The current selection of consumer NAS boxes are not worth the time to setup IMHO.  They provide some useful services, but fail to provide true &quot;server&quot; abilities.</description>
		<content:encoded><![CDATA[<p>IMHO, RAID on servers is to protect the running OS, not the data on the server.  I rarely ever keep data on the os drive if I can help it.  While I do sometimes provide a raid 0 copy of the data drive, it&#8217;s always just for convenience.  Data backup belongs on another machine, ideally at a different location.  In business, we can do that many ways.  Cross backup between different sites.  Contracts to store tapes, optical media or drives in a secure location.  But we never confuse backup with RAID.  Why it has been some jumbled in this discussion is from the amateur point of view of the originator of the article.  Just because you know what a piece of technology is and does, does not mean you have any comprehension what is actually used for in the real world.  Your real world not withstanding, is not the only one.<br />
RAID could quietly reside inside a consumer appliance or home server and never be a problem.  The user interface could direct consumer user to replace the BLUE drive and not the RED drive in such a device.  Or better yet, let the meat head down at Best Buy take the heat for not knowing the difference between the Blue and Read drive when the flashing light on the front of the users &#8220;Walmart Stoage Server&#8221; starts flashing.<br />
And as for all you guys who are so happy paying $20 or $50 a month for your web based offsite backup via Carbonite, etc.  Did the Dot-Com bust not teach you anything.  Online companies can be fortune 500 today, and penny stock tomorrow.  And all that data you feel so safe stored on there servers will go the way of any reformatted drive when google buys them out and decides to use the companies assets for more UTube movie bites&#8230;If you don&#8217;t have a copy of your data in your control, you don&#8217;t have your data.  The cheapest way for most consumers is to burn data to quality DVD disks and put them somewhere safe outside your home.  That might be a safety deposit box if you can afford it, or at your Parents house in a lock box.  You might be able to safely store your backup at your place of employment (clarify that with a employer so you don&#8217;t end up loosing it when you change jobs.)<br />
Currently, I working with the beta of Microsoft&#8217;s Home server.  It&#8217;s utility to backup all the home pc&#8217;s to the server makes it real easy to be sure that all the pictures, videos, and other data your family has taken the time to put on their pc gets copied to a central location.  The next obvious step is a backup utility for that server.  Since the SDK is based on Windows Server Small Business Server 2003, there are already several solutions for making a safe backup of the server that we techies can use.  When the product comes to market, I expect one of the backup companies to have a farely mature direct to DVD backup product in the offering.  The WHS product is already useing a RAID like disk utility to make adding space easy for the home server administrator.</p>
<p>Not to go to far down Microsofts Road, I would imagine there are other vendors with similar products waiting for Microsoft to bloody the waters with the release of their usual unfinished product.  They will then jump in with something Linux based that&#8217;s cheaper and has things like server backup built in.</p>
<p>The current selection of consumer NAS boxes are not worth the time to setup IMHO.  They provide some useful services, but fail to provide true &#8220;server&#8221; abilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pearson</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-78965</link>
		<dc:creator>Robert Pearson</dc:creator>
		<pubDate>Sun, 10 Jun 2007 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-78965</guid>
		<description>RE: &quot;most families will have very few photos from this period in time due to ignorance of maintaining data&quot;

I made the following post originally on another Blog in response to a CAS post. No one ever replied. Maybe its worthless but I believe the &quot;thousands of pictures&quot; is very to the point.

Neither RAID nor backup would have helped without a Strategy and some Manageware skills.

Posted in response to:
&quot;Oh, and one more thing. Robert Pearson&#039;s first comment above [&quot;CAS (Content Addressed Storage) requires organizing the Storage by Content. This requires some, if not a whole lot of, advance knowledge of the Information being stored.&quot;] truly invites a reaction, as the exact opposite is true. Real CAS explicitly does **not** require organizing Storage by Content.&quot;

I guess I am a little confused by all of this?
You have my respect as an acknowledged expert in CAS. 
I don&#039;t claim to be. 
My goal is to build consensus and make CAS better and more viable. 

I fully agree with your statement about the Information, once it is in the CAS. My statement was directed to these areas: 
1) Determining Stored Information that is a candidate for CAS
2) Getting it in the CAS
3) Once the Information is in the CAS dealing with the same 
issues &quot;non-CAS&quot; Storage has like &quot;hot-spots&quot;, bottlenecks, updates, migrations, replications. and synchronizations.

Is CAS exempt from these &quot;Management&quot; issues? 

How long would it take to migrate 30 TB of Seismic Information to CAS? 
The same as for &quot;regular&quot; Storage? 
I can tell you how long a 30 TB &quot;snapshot&quot; takes to commit and that is not being hashed for Content.

Here is an example: 
A real world example is when my Uncle died. His wife preceded him by a few
years. My Uncle loved to take pictures. He had thousands of pictures.
He had some made into movies. He loved to show these at the family reunions. One whole room was his for the slide shows and the home theatre. And he took more pictures all the time.
He knew all the people in the pictures and had stories to tell about the person, the place, and the picture.

I helped his children transfer all these pictures to CD. Not every recipient had DVD capability. But we really didn&#039;t know what to do with them. They seemed very valuable to us somehow. Like a valuable piece of history.
They should have been made with a VCR, or transferred to a VCR, so there would be audio but that technology wasn&#039;t available until much later.
Between all of us we could probably identify 10% of the people and places.
We physically archived the pictures, movies and master DVD, made the CDs and disbanded. 
That video Information has become valueless.
The technology is there to view them at any time. To what purpose?
Nobody derives any value from viewing them. 

We put them on the CAS. 
Suddenly they became hugely popular as background for TV shows. They were constantly being accessed. The TV people wanted to edit them and add comments.
Now I&#039;ve got many versions of the originals that have become &quot;fixed&quot; that need to go on the CAS. I am out of CAS.
Does CAS offer versioning software? 
Does it work with popular versioning software?

Then I got a chance to buy hundreds of hours of old TV sitcom video. We put it on the CAS figuring it would only be read. 
Wrong! Thousands of &quot;stills&quot; have been edited out and produced. 
These need to be stored in a related fashion to the CAS originals. 
Is the hash on a still from a video the same as the video hash?
There is all kinds of Information related to the original Content that is stored on the CAS in a Content related fashion. 
I keep hearing database. It was in a database. 

Plus they want to insert &quot;human realistic&quot; pellet people in place of the
original actors to avoid paying any royalties. So now I have 
the original, modified originals and &quot;human realistic&quot; copies. They are all the same content but play at different levels of value. Maybe these are not good candidates for CAS?

What about the level of Information High Availability? Information Integrity?
Disaster Recovery? Business Continuance? 
Worst of all, Findability?
Each Unit of Information stored on the CAS is subject to all these demands.

&quot;Vendor A&quot; said CAS was the wrong solution. What I needed was &quot;5 nines (99999)&quot; active Storage. And lots of it. He bought me lunch.</description>
		<content:encoded><![CDATA[<p>RE: &#8220;most families will have very few photos from this period in time due to ignorance of maintaining data&#8221;</p>
<p>I made the following post originally on another Blog in response to a CAS post. No one ever replied. Maybe its worthless but I believe the &#8220;thousands of pictures&#8221; is very to the point.</p>
<p>Neither RAID nor backup would have helped without a Strategy and some Manageware skills.</p>
<p>Posted in response to:<br />
&#8220;Oh, and one more thing. Robert Pearson&#8217;s first comment above ["CAS (Content Addressed Storage) requires organizing the Storage by Content. This requires some, if not a whole lot of, advance knowledge of the Information being stored."] truly invites a reaction, as the exact opposite is true. Real CAS explicitly does **not** require organizing Storage by Content.&#8221;</p>
<p>I guess I am a little confused by all of this?<br />
You have my respect as an acknowledged expert in CAS.<br />
I don&#8217;t claim to be.<br />
My goal is to build consensus and make CAS better and more viable. </p>
<p>I fully agree with your statement about the Information, once it is in the CAS. My statement was directed to these areas:<br />
1) Determining Stored Information that is a candidate for CAS<br />
2) Getting it in the CAS<br />
3) Once the Information is in the CAS dealing with the same<br />
issues &#8220;non-CAS&#8221; Storage has like &#8220;hot-spots&#8221;, bottlenecks, updates, migrations, replications. and synchronizations.</p>
<p>Is CAS exempt from these &#8220;Management&#8221; issues? </p>
<p>How long would it take to migrate 30 TB of Seismic Information to CAS?<br />
The same as for &#8220;regular&#8221; Storage?<br />
I can tell you how long a 30 TB &#8220;snapshot&#8221; takes to commit and that is not being hashed for Content.</p>
<p>Here is an example:<br />
A real world example is when my Uncle died. His wife preceded him by a few<br />
years. My Uncle loved to take pictures. He had thousands of pictures.<br />
He had some made into movies. He loved to show these at the family reunions. One whole room was his for the slide shows and the home theatre. And he took more pictures all the time.<br />
He knew all the people in the pictures and had stories to tell about the person, the place, and the picture.</p>
<p>I helped his children transfer all these pictures to CD. Not every recipient had DVD capability. But we really didn&#8217;t know what to do with them. They seemed very valuable to us somehow. Like a valuable piece of history.<br />
They should have been made with a VCR, or transferred to a VCR, so there would be audio but that technology wasn&#8217;t available until much later.<br />
Between all of us we could probably identify 10% of the people and places.<br />
We physically archived the pictures, movies and master DVD, made the CDs and disbanded.<br />
That video Information has become valueless.<br />
The technology is there to view them at any time. To what purpose?<br />
Nobody derives any value from viewing them. </p>
<p>We put them on the CAS.<br />
Suddenly they became hugely popular as background for TV shows. They were constantly being accessed. The TV people wanted to edit them and add comments.<br />
Now I&#8217;ve got many versions of the originals that have become &#8220;fixed&#8221; that need to go on the CAS. I am out of CAS.<br />
Does CAS offer versioning software?<br />
Does it work with popular versioning software?</p>
<p>Then I got a chance to buy hundreds of hours of old TV sitcom video. We put it on the CAS figuring it would only be read.<br />
Wrong! Thousands of &#8220;stills&#8221; have been edited out and produced.<br />
These need to be stored in a related fashion to the CAS originals.<br />
Is the hash on a still from a video the same as the video hash?<br />
There is all kinds of Information related to the original Content that is stored on the CAS in a Content related fashion.<br />
I keep hearing database. It was in a database. </p>
<p>Plus they want to insert &#8220;human realistic&#8221; pellet people in place of the<br />
original actors to avoid paying any royalties. So now I have<br />
the original, modified originals and &#8220;human realistic&#8221; copies. They are all the same content but play at different levels of value. Maybe these are not good candidates for CAS?</p>
<p>What about the level of Information High Availability? Information Integrity?<br />
Disaster Recovery? Business Continuance?<br />
Worst of all, Findability?<br />
Each Unit of Information stored on the CAS is subject to all these demands.</p>
<p>&#8220;Vendor A&#8221; said CAS was the wrong solution. What I needed was &#8220;5 nines (99999)&#8221; active Storage. And lots of it. He bought me lunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shutterbug</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-78087</link>
		<dc:creator>shutterbug</dc:creator>
		<pubDate>Sat, 09 Jun 2007 05:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-78087</guid>
		<description>Your pro photographer friend is in the majority of pro and amateur digital photographers. 100 years from now most families will have very few photos from this period in time due to ignorance of maintaining data. It&#039;s the dirty  little secret the digital camera companies don&#039;t want to talk about.</description>
		<content:encoded><![CDATA[<p>Your pro photographer friend is in the majority of pro and amateur digital photographers. 100 years from now most families will have very few photos from this period in time due to ignorance of maintaining data. It&#8217;s the dirty  little secret the digital camera companies don&#8217;t want to talk about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Cole</title>
		<link>http://storagemojo.com/2007/05/30/home-raid-vs-backup/comment-page-1/#comment-77935</link>
		<dc:creator>Allen Cole</dc:creator>
		<pubDate>Fri, 08 Jun 2007 19:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=469#comment-77935</guid>
		<description>I have raid on my home machine.   All I needed to buy was a second disk and a $40 software raid controller.  A mirror is simple.  If either disk works, you don&#039;t have to restore from backup.  Ugly failures are pretty rare with a raid mirror.  If a software raid controller is built on the motherboard it would probably add $5 to the cost of the machine.  That leaves the only real cost as the extra drive.  As long as the consumer can switch from two copies of my data to one copy of my data easily I don&#039;t see the problem.  Given that most consumer machines have no backup, a the possibility of a raid mirror at the cost of a second drive would be a step forward.

p.s.  Most dual failures happen when you buy a drive from a manufacturer that sells drives with higher failure rates.  Some of these defects can be fixed with drive firmware updates, but unless that is an automatic process most consumers or even business will get the ugly failure.

p.p.s. Raid 6 does not fix the problem of  &quot;oops! All my drives have decided to stop reading or writing data&quot;.</description>
		<content:encoded><![CDATA[<p>I have raid on my home machine.   All I needed to buy was a second disk and a $40 software raid controller.  A mirror is simple.  If either disk works, you don&#8217;t have to restore from backup.  Ugly failures are pretty rare with a raid mirror.  If a software raid controller is built on the motherboard it would probably add $5 to the cost of the machine.  That leaves the only real cost as the extra drive.  As long as the consumer can switch from two copies of my data to one copy of my data easily I don&#8217;t see the problem.  Given that most consumer machines have no backup, a the possibility of a raid mirror at the cost of a second drive would be a step forward.</p>
<p>p.s.  Most dual failures happen when you buy a drive from a manufacturer that sells drives with higher failure rates.  Some of these defects can be fixed with drive firmware updates, but unless that is an automatic process most consumers or even business will get the ugly failure.</p>
<p>p.p.s. Raid 6 does not fix the problem of  &#8220;oops! All my drives have decided to stop reading or writing data&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
