On Fri, 2005-11-11 at 13:59 +0000, John Gilmore wrote: [snip] > <rant> > There is, btw, one main reason that I've decided that whatever trouble it may > cause, and whatever growing pangs I may experience along the way, root > reiser4 is worth it. Does anybody remember GoBack? It was a versioning system > for windows 95/98 that was incredibly flexible and useful. [snip]
I have a "goback" utility for my Linux machines. It's a 300 GB USB2 drive and rdiff-backup. :) You could do a similar thing to GoBack with any recent Linux kernel and inotify, actually. Create a series of snapshot directories that contain copies of every file. Use inotify to watch all changes. Every 15 minutes update the snapshots with the changed files. Or you might be able to hook it into rdiff-backup or something like it, to update only the changed files every 15 minutes, without needing to do full disk scans to find the changes. -- Jonathan Briggs <[EMAIL PROTECTED]> eSoft, Inc.
signature.asc
Description: This is a digitally signed message part
