Re: [Zope] How to backup and restore a Zope application

2000-06-06 Thread Itamar Shtull-Trauring

Jilani Khaldi wrote:

 is there a way to backup and restore a Zope application so I can move it
 from a coputer to another?
 I have seen in the utility directory but I found only "load_site.py".
 Thanks.

The Zope database is stored in var/Data.fs - that's most likely all you need
for a backup.  

If you want to have the same Zope install running on a different computer
and If you've installed Zope Products you'll also need to copy them from
lib/python/Products, and any External Methods you added from Extensions/.

-- 
Itamar S.T.  [EMAIL PROTECTED]   
"It don't get thingier than that!"

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] How to backup and restore a Zope application

2000-06-06 Thread Michael Spalinski

 "Itamar" == Itamar Shtull-Trauring [EMAIL PROTECTED] writes:

Itamar Jilani Khaldi wrote:

 is there a way to backup and restore a Zope application so I can
 move it from a coputer to another?  I have seen in the utility
 directory but I found only "load_site.py".  Thanks.

Itamar The Zope database is stored in var/Data.fs - that's most likely
Itamar all you need for a backup.

If you store anything in the Gadfly database which comes with Zope you also
need ZOPE/var/gadfly .

If your application uses any external methods you also need
ZOPE/Extensions. 

If your application uses any products installed by you then you also need
ZOPE/lib/python/Products. 


--M.



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )