
"There is no ideal software, it always has bugs. Minor, major or security issues will always exist and modern operating systems need to deal with this fact. What if any software which user installs had a capability to rollback to previously known successful point and operation itself would take no time? What if developer or user has a tool which could checkpoint operating system and capability to revert changes in no time? This is possible if we will
marry two great technologies: ZFS and Debian APT. Both technologies now part of Nexenta Operating System which is core foundation for its derivative distributions. Meet
apt-clone. The tool which integrates with the NexentaCP system, keeps track of upgrade checkpoints and allows to create/destroy/edit checkpoints by request."
Member since:
2005-11-06
I'm sure it can be useful, in the same sense that restore points on a virtualized environment are, for instance but...
If I install App A and, as it later turns out, it broke things but in the mean time I installed Apps B, C & D, I can "restore" quickly to the state before I installed A. The problem is, now I have to install B, C, D...
As I said, this is very useful, but when it comes to "apps" (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.
BTW, I mention this because the summary talks about "installing software" and I consider that whenever possible, not needing to "install" by making apps self contained and therefore not needing an "uninstall" process later, is a better solution than tracking every file system change involved and rolling back later, even if ZFS makes this painless.