Hello, I'm sure this question has been asked before in one form or another, but I have not found a reply that completely answers my question. So here we go again. We're trying to convince our computer department to use zope, however the fact that Zope stores all the files in a single datafile which isn't accessable through ordinary file management functions (and therefore eliminates incremental backups) make them hesitated. Is there any way to run Zope completely on the file system (also when running ZEO)? I've tried LocalFS but it doesn't seem to work with Plone and Zope 2.7 (and in addition it seems to be a bit insecure). How about ZFS? APE? Thanks, -Petter-
On Tuesday 24 February 2004 07:30, Petter Holmström wrote:
We're trying to convince our computer department to use zope, however the fact that Zope stores all the files in a single datafile which isn't accessable through ordinary file management functions (and therefore eliminates incremental backups) make them hesitated.
Check out the 'Online Backup' row in the table at http://cvs.zope.org/ZODB3/Doc/storages.html?rev=1 -- Toby Dickenson
On Tue, Feb 24, 2004 at 09:28:57AM +0000, Toby Dickenson wrote:
On Tuesday 24 February 2004 07:30, Petter Holmstr?m wrote:
We're trying to convince our computer department to use zope, however the fact that Zope stores all the files in a single datafile which isn't accessable through ordinary file management functions (and therefore eliminates incremental backups) make them hesitated.
Check out the 'Online Backup' row in the table at http://cvs.zope.org/ZODB3/Doc/storages.html?rev=1
And if you *really* want human-readable data on the filesystem, then yes, you should check out APE. Dunno if it works with Plone, though... I haven't tried. At the least it would probably take significant configuration work to get editable plone content on the filesystem. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's CLAUSTROPHOBIC GAIJIN ROCK! (random hero from isometric.spaceninja.com)
participants (3)
-
Paul Winkler -
Petter Holmström -
Toby Dickenson