6 ms·
> Automatically take a snapshot every 5 minutes, and present a the user a program that broweses the filesystem at time X, probably with integration into the fil
by lotheac 12y ago
> Automatically take a snapshot every 5 minutes, and present a the user a program that broweses the filesystem at time X, probably with integration into the filemanager to restore files/folders.
Something like this? http://java.dzone.com/news/killer-feature-opensolaris-200 http://java.dzone.com/news/killer-feature-opensolaris-200
- gizmo686 12y agoThat sounds like it is doing something fancier then periodic snapshotting, such as using an immutable filesystem, where every fs operation is inherently lossless (up to garbage collection). Of course, I might be reading to much into the continous nature of a slider. Does anyone have experience with that feature?
- lotheac 12y ago(Sorry for the late reply) In OpenSolaris it just used cronjobs to create zfs snapshots.