On Tue, Dec 13, 2011 at 08:03:04PM -0800, Josh Dersch wrote:
On 12/13/2011 7:16 PM, Toby Thain wrote:
These days we have filesystems built on Subversion and other
transactional systems, ZFS, etc, ad nauseam. A few years ago I
looked up every paper and such that I could find about versioning
file systems. I am sure there is much more today...
--T
I did a quick search last night, but I wasn't able to find any
(recent) versioning filesystems that are beyond the
experimental/research stage. Are there any specific ones you know
of that you'd trust your data to?
I didn't look into versioning filesystems, but a simple solution would be
to put your working directory/$HOME in git and run the relevant add/commit
commands from time to time, maybe even from cron. That would give you not
only versioned files, but other neat things like atomic commit ($DIRECTORY
in it's entirety as of $DATE), branches ...
Kind regards,
Alex.
--
"Opportunity is missed by most people because it is dressed in overalls and
looks like work." -- Thomas A. Edison