RE: [Zope] Regarding ZOPE backup procedure
Use DirectoryStorage! http://dirstorage.sf.net It uses files in deep directory structures to comprise persistent objects in a ZODB storage alternative to a single FileStorage Data.fs. Incremental backups using standard unix command line tools (i.e. tar or cpio), snapshot functionality, scalable packing without massive memory consumption: an inexpensive means for replication and high-availability clustering of a ZEO storage server. What's not to love? Sean -----Original Message----- From: Pedro Beck Gomes da Costa [mailto:pbeck@ciberbit.pt] Sent: Wednesday, November 13, 2002 2:10 AM To: Andreas Jung; zope@zope.org Subject: Re: [Zope] Regarding ZOPE backup procedure But can we copy the Data.fs file without shutdown Zope? If not, how can we mantain a 24x7 site and do the necessary backups ? ----- Original Message ----- From: "Andreas Jung" <lists@andreas-jung.com> To: "Chinku Simon" <Chinku_Simon@infosys.com>; <zope@zope.org> Sent: Wednesday, November 13, 2002 10:01 AM Subject: Re: [Zope] Regarding ZOPE backup procedure
Perform a regular backup of the Data.fs file and keep a copy of your Zope and Products installation. But the Data.fs is the *most important* part.
-aj
--On Mittwoch, 13. November 2002 15:25 +0530 Chinku Simon <Chinku_Simon@infosys.com> wrote:
Hi,
I am investigating on methods to back up of a Zope CMF site. What could be the best possible method
Thanks in advance Chinku ________________________________________ Chinku Simon Software Engineer, Infosys Technologies Limited, Bangalore. T +91 80 4163889 (Direct) +91 80 8520261 X 50889
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org 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 )
_______________________________________________ Zope maillist - Zope@zope.org 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 )
hey, I've been thinking about using Directory Storage but the alpha-ness has scared me off. What experiences have people had with this? Is it ready for production, multiple users and big databases? and is there a way to convert an existing ZODB? <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
From: sean.upton@uniontrib.com Date: Thu, 14 Nov 2002 12:22:13 -0800 To: pbeck@ciberbit.pt, lists@andreas-jung.com, zope@zope.org Subject: RE: [Zope] Regarding ZOPE backup procedure
Use DirectoryStorage! http://dirstorage.sf.net It uses files in deep directory structures to comprise persistent objects in a ZODB storage alternative to a single FileStorage Data.fs.
Incremental backups using standard unix command line tools (i.e. tar or cpio), snapshot functionality, scalable packing without massive memory consumption: an inexpensive means for replication and high-availability clustering of a ZEO storage server. What's not to love?
Sean
participants (2)
-
george donnelly -
sean.upton@uniontrib.com