Re: Adding snapshot capability to Linux

From: Sandy Harris (pashley@storm.ca)
Date: Mon Apr 22 2002 - 13:19:07 EST


Andreas Dilger wrote:
>
> On Apr 22, 2002 12:58 +0200, Libor Vanlk wrote:
> > I'm going to start my dissertation work which is "Adding snapshop
> > capability to Linux kernel with copy-on-write support". ...

> > So I'd like if you can send me any suggestions/tips/warnings/links etc.
> > before I start coding so I know what should I avoid/use.
>
> Please see:
> http://www-mddsp.enel.ucalgary.ca/People/adilger/snapfs/
>
> What you describe is exactly what snapfs does. ...

A related thing to look at would be the Plan 9 file system.
http://www.cs.bell-labs.com/plan9dist/

It is an entirely different design using copy-on-write and a
form of snapshotting such that something like:

cd //2001/12/25/foo

puts the user in directory /foo as it was at daily backup time
on Christmas day last year.

The original Plan 9 system used WORM drives with hard drives
acting as cache. I suspect the design could work without WORM.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:32 EST