<?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: storage</title>
	<atom:link href="http://imprompt.us/2007/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://imprompt.us/2007/storage/</link>
	<description>Computer Science and Teaching and Other Ancillary Things</description>
	<lastBuildDate>Tue, 23 Aug 2011 02:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Daniel Stutzbach</title>
		<link>http://imprompt.us/2007/storage/comment-page-1/#comment-1084</link>
		<dc:creator>Daniel Stutzbach</dc:creator>
		<pubDate>Fri, 10 Aug 2007 03:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://imprompt.us/2007/storage/#comment-1084</guid>
		<description>Thanks for pointing out Drobo!  That looks very neat, although I&#039;ll let some other people try it first to see if it&#039;s actually reliable (what happens if Drobo crashes?).

It sounds like a good replacement for RAID, but I don&#039;t think it&#039;s mature enough to be a good replacement for backups.  One advantage of backups is you can go back n days, weeks, or months to get that file you accidentally deleted.  Also, with backups you aren&#039;t dependent on all of your data sitting in one peace of hardware. :-)  I&#039;ve been backing up my laptop using Norton Ghost and an external USB drive.

Personally, I&#039;d like a BTree-ish filesystem that automatically stores revisions of files using copy-on-write (a la my Python BList class) and frees old revisions automatically as needed (a la garbage collection).  I want my computer to store and manage every revision I make to any text file ever.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out Drobo!  That looks very neat, although I&#8217;ll let some other people try it first to see if it&#8217;s actually reliable (what happens if Drobo crashes?).</p>
<p>It sounds like a good replacement for RAID, but I don&#8217;t think it&#8217;s mature enough to be a good replacement for backups.  One advantage of backups is you can go back n days, weeks, or months to get that file you accidentally deleted.  Also, with backups you aren&#8217;t dependent on all of your data sitting in one peace of hardware. <img src='http://imprompt.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   I&#8217;ve been backing up my laptop using Norton Ghost and an external USB drive.</p>
<p>Personally, I&#8217;d like a BTree-ish filesystem that automatically stores revisions of files using copy-on-write (a la my Python BList class) and frees old revisions automatically as needed (a la garbage collection).  I want my computer to store and manage every revision I make to any text file ever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

