Re: [Zope] How to backup Zope data base?

2001-01-19 Thread Stephane Bortzmeyer
On Thursday 18 January 2001, at 13 h 52, the keyboard of "Mayers, Philip J" <[EMAIL PROTECTED]> wrote: > This certainly isn't *efficient*, but it works: Not here. Does it depend on a specific version of Zope? I have 2.2.2. Creating the zexp works but not the XML: wallis:~/tmp> wget --http-use

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Marty Stitt
I've just noticed another thing on this 'how to backup Data.fs' issue. Preparing to backup my work, I did a pack, and was then going to archive the resulting Data.fs.old. Because I'd added and deleted a bunch of files earlier today, the Data.fs.old file was 22M in size, and the freshly packed D

[Zope] manage_exportObject checks Referer header (RE: [Zope] How to backup Zope data base?)up Zope data base?)

2001-01-18 Thread Mayers, Philip J
Centre for Computing Services| | Imperial College | +--+ -Original Message- From: Mayers, Philip J [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 13:52 To: 'Etienne Labuschagne'; '[EMAIL PROTECTED]' Subject: RE: [Zope

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Martijn Pieters
On Thu, Jan 18, 2001 at 10:01:24AM -0600, Marty Stitt wrote: > FYI: I once had a situation where Zope wouldn't start due to corrupted data. > But, when I copied the Data.fs file to another installation, everything worked > fine. > When I tried putting a Data.fs from a fresh installation in place o

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Martijn Pieters
On Thu, Jan 18, 2001 at 09:02:06AM -0600, Marty Stitt wrote: > While this topic of backup has come up, I'm wondering about restore. > > Looking at Data.* files in the var directory, I see: > > Data.fs > Data.fs.index > Data.fs.old > Data.fs.in > Data.fs.lock > Data.fs.t

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Oleg Broytmann
On Thu, 18 Jan 2001, Marty Stitt wrote: > Data.fs This is the real database file. > Data.fs.index Its index. Remove before replacing Data.fs. > Data.fs.old This is backup after Pack. > Data.fs.in This is initial Data.fs - installation process copy this into Data.fs befor

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Marty Stitt
> >This is the real database file. > > > Data.fs.index > >Its index. Remove before replacing Data.fs. > > > Data.fs.old > >This is backup after Pack. > > > Data.fs.in > >This is initial Data.fs - installation process copy this into Data.fs > before starting Zope for th

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Marty Stitt
> > What is the best way to backup Zope's database whithout stopping Zope? When > >Pack + backup Data.fs.old. Interesting approach! While this topic of backup has come up, I'm wondering about restore. Looking at Data.* files in the var directory, I see: Data.fs Data.fs.index

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Oleg Broytmann
On Thu, 18 Jan 2001, Etienne Labuschagne wrote: > What is the best way to backup Zope's database whithout stopping Zope? When Pack + backup Data.fs.old. Oleg. Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] Programmers don't die, they just GOSU

RE: [Zope] How to backup Zope data base?

2001-01-18 Thread Mayers, Philip J
This certainly isn't *efficient*, but it works: wget -http-user=usename -http-pass=password http://your.site.com/Zope/path/to/wherever/manage_exportObject?download%3Ain t=1 Will get you a .zexp of "/path/to/wherever", whereas: wget http://your.site.com/Zope/manage_exportObject?download%3Aint=1

Re: [Zope] How to backup Zope data base?

2001-01-18 Thread Chris Withers
Etienne Labuschagne wrote: > > What is the best way to backup Zope's database whithout stopping Zope? When > I use backup, it just says that the file is in use and cannot be backed up. MS Backup, yeah? Oh well, never mind ;-) > What I have done so far is to copy the file in explorer and back t