> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Simon Walter > > I'm looking to create a NAS with versioning for non-technical users > (Windows and Mac). I want the users to be able to simply save a file, > and a revision/snapshot is created. I could use a revision control > software like SVN (it has autoversioning with WebDAV), and I will if > this filesystem level idea does not pan out. However, since this is a > NAS for any files(Word, JPEGs, MP3, etc), not just source code, I > thought doing this at the filesystem level via some kind of COW would be > better.
CVS works on individual files. SVN works on a subset of a directory. ZFS works on whole file systems. You want to save snapshots or revs of individual files, upon writes. Saves, Closes, etc. The closest I know to get what you want is ... Google Docs Alfresco Sharepoint There's probably something... I'm sure this isn't the first time anyone ever thought of that. But the answer isn't ZFS. _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss