pkgsrc-wip/py-DirectoryStorage/distinfo
Michal Pasternak 792381e6ab DirectoryStorage is a Storage for ZODB, the object database used by Zope. It
uses ordinary files and directories to store revisions of ZODB objects; one
file per revision per object.

The following features differentiate DirectoryStorage from other storages:
 * A very simple file format; one file per revision per object. Your data is
   not locked away inside an unfamiliar, opaque database.
 * Designed for disaster-preparedness. Restore service after a disaster faster
   and with greater confidence.
 * Storage Replication. Efficiently and robustly keep an online backup copy of
   your storage up to date with the latest changes from the master.
 * Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
   are less likely to irretrievably destroy your data.
 * Many more.
2004-02-24 16:59:26 +00:00

4 lines
191 B
Text

$NetBSD: distinfo,v 1.1.1.1 2004/02/24 16:59:26 mpasternak Exp $
SHA1 (DirectoryStorage_1_1_7.tgz) = 0599c68e0fa6a1279e4c60140f007bccb34c6b4d
Size (DirectoryStorage_1_1_7.tgz) = 84299 bytes