I have just been exposed to Microsoft's new VSS for Win2003. (This was public info.) It is effectively a snapshot manager. Of course MS did a half-a?? job, but from a conceptual perspective, it is a good idea. Is there a OSS project ongoing to do something similar for Linux? i.e. call it SM (Snapshot Manager) 1) all SM aware apps register themselves with SM (typically databases, etc. that need to quiesce themselves prior to a snapshot taking place.) 2) All "freezeable" Filesystems register with SM. 3) all snapshot capable subsystems register themselves with SM (ie. LVM, evms, hardware raid controllers, etc.) 4) Backup software issues SM a request to queise all apps. 5) Backup software issues SM a request to freeze all file systems 6) Backup software issues SM a request to create the snapshot 7) Backup software issues SM a request to mount snapshot read-only. Obviously backup software can do the above today, but it has to have specialized knowledge of various apps, filesystems, snapshot api's, etc. Having a single snapshot manager to hide these complexities would be a great thing for taking Linux furture into main stream IT. Another nice feature would be a "restore from snapshot" capability in the SM. Greg -- Greg Freemyer _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/