<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19180/Transactional_Debian_Upgrades_with_ZFS_on_Nexenta</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 05:31:25 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296747</link>
			<guid isPermaLink="true">http://osnews.com/thread?296747</guid>
			<description>Windows has that since Windows 2000... Windows Vista has a fully transactional system since 1 year ago Tx-NTFS...<br />
Welcome in late linux :-)</description>
			<pubDate>Fri, 18 Jan 2008 16:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296748</link>
			<guid isPermaLink="true">http://osnews.com/thread?296748</guid>
			<description>That's a different thing. AFAIK NTFS does not support filesystem snapshots. If you're referring to Windows Restore then you're completely off-tracks here..</description>
			<pubDate>Fri, 18 Jan 2008 16:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (WereCatf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296750</link>
			<guid isPermaLink="true">http://osnews.com/thread?296750</guid>
			<description>And the article is about Nexenta, an OpenSolaris kernel with a Debian userland, not Linux.  Casuto is obviously very confused.Edited 2008-01-18 17:03 UTC</description>
			<pubDate>Fri, 18 Jan 2008 17:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Self-contained</title>
			<link>http://osnews.com/thread?296752</link>
			<guid isPermaLink="true">http://osnews.com/thread?296752</guid>
			<description>I'm sure it can be useful, in the same sense that restore points on a virtualized environment are, for instance but...<br />
<br />
If I install App A and, as it later turns out, it broke things but in the mean time I installed Apps B, C &amp; D, I can &quot;restore&quot; quickly to the state before I installed A. The problem is, now I have to install B, C, D...<br />
<br />
As I said, this is very useful, but when it comes to &quot;apps&quot; (as opposed to system-wide changes) I rather have them be as self-contained as possible, something like (most) Mac OS X apps which are simply a folder with all components inside. To uninstall, just delete that folder.<br />
<br />
BTW, I mention this because the summary talks about &quot;installing software&quot; and I consider that <b>whenever possible</b>, not needing to &quot;install&quot; by making apps self contained and therefore not needing an &quot;uninstall&quot; process later, is a better solution than tracking every file system change involved and rolling back later, even if ZFS makes this painless.</description>
			<pubDate>Fri, 18 Jan 2008 17:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (PowerMacX)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296760</link>
			<guid isPermaLink="true">http://osnews.com/thread?296760</guid>
			<description>I voted down your comment, as it is offtopic, beyond being trollish.<br />
<br />
This article is neither about Windows NOR is it about Linux.<br />
<br />
Also, the information you provide is wrong. Windows does NOT have something similiar to the presented ZFS+apt solution.</description>
			<pubDate>Fri, 18 Jan 2008 17:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ford Prefect)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Self-contained</title>
			<link>http://osnews.com/thread?296773</link>
			<guid isPermaLink="true">http://osnews.com/thread?296773</guid>
			<description>I do believe this is meant to do with more than just installing / uninstalling your average Photoshop-esque application ...<br />
<br />
This has more to do with complete installations of more complex nature, which might actually suffer from changes in applications.<br />
<br />
I'd like to have had this kind of functionality when I once upgraded my OpenLDAP from the 2.2-branch to the 2.3-branch and suddenly nothing worked due to some changes in the database format, causing OpenLDAP to assume the database was empty ...<br />
<br />
This happened with Debian and although not a general issue, I'm sure, a rollback of the working version of the application *and* the data associated would have been sweet ...</description>
			<pubDate>Fri, 18 Jan 2008 17:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (s_groening)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Self-contained</title>
			<link>http://osnews.com/thread?296785</link>
			<guid isPermaLink="true">http://osnews.com/thread?296785</guid>
			<description>In case anyone is interested, yum/up2date/rpm have supported &quot;rollbacks&quot; for a long time.  Before it upgrades a package, it repackages the old one into a custom rpm along with the actual config files, which one may have made changes to, and archives it for later use, should you decide to revert.  The overhead is fairly high because building the rpm can be reasonably time consuming.  But it does work.  For yum, automatic rollback generation for all updates can be turned on in yum.conf.  <br />
 <br />
 Using ZFS transactions does, however, look like an interesting approach.Edited 2008-01-18 18:56 UTC</description>
			<pubDate>Fri, 18 Jan 2008 18:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296789</link>
			<guid isPermaLink="true">http://osnews.com/thread?296789</guid>
			<description>ZFS has no need for transactional support because of copy-on-write i.e. it support atomic transactions.  Snapshots are free in ZFS while in Windows they will take disk space and you'll wait a while depending on how much data you are 'snapshoting'.</description>
			<pubDate>Fri, 18 Jan 2008 19:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (andrewg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows has that since Windows 2000</title>
			<link>http://osnews.com/thread?296872</link>
			<guid isPermaLink="true">http://osnews.com/thread?296872</guid>
			<description>It seems that you havent studied what ZFS really is. You should read a bit about it? It IS truly revolutianry and the next generation file system. Why all the hype and fuzz about ZFS? There is some substance about ZFS.</description>
			<pubDate>Sat, 19 Jan 2008 12:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
