On Thu, Mar 30, 2006 at 10:16:22AM +0100, Brian Chivers wrote: > We have just started using the Schooltool , mostly the Calendar functions and > staff are happily > adding dates etc. > > What I'd like to know is how do we backup this data ? When we used to use > Sunbird I just backed up > the ICS files but not sure how / when schooltool holds all it's data.
I have just encountered this problem myself actually. I guess we are among the first people to start seriously thinking about how to administer schooltool servers. Anyway the data is stored inside the Zope Object Database (ZODB) (normally with the filename Data.fs) and there seem to be three or four backup methods. When I had to do it, the repozo.py script carried with zope 2.8 seemed the best option. I imagine that schooltool instances should, in future, carry some scripts to make this very simple. Anyone with ideas on what these scripts should do? > Thanks > Brian Chivers > Portsmouth College > > --------------------------------------------------------------- > The views expressed here are my own and not necessarily > the views of Portsmouth College > _______________________________________________ > Schooltool mailing list > [email protected] > http://lists.schooltool.org/mailman/listinfo/schooltool > -- Brian Sutherland Metropolis - "it's the first movie with a robot. And she's a woman. And she's EVIL!!" _______________________________________________ Schooltool mailing list [email protected] http://lists.schooltool.org/mailman/listinfo/schooltool
