[ZODB-Dev] Repozo tests -- not
Jim Fulton
jim at zope.com
Wed Dec 2 10:01:41 EST 2009
On Wed, Dec 2, 2009 at 8:01 AM, Chris Withers <chris at simplistix.co.uk> wrote:
> Jim Fulton wrote:
>>
>> BTW, offline back ups if file-storage even with Blobs is
>> straightforward without repozo.
>
> I couldn't parse this, could you restate particularly wrt to what ou mean by
> offline? If there's a way other than repozo, then it would be great to know
> what it was...
If you take the database down, you can use normal backup tools to back
up the database file and blobs.
Repozo gives you, for FileStorage:
- Online backups -- you can back up a database while it is running
- Incremental backups
Of course, it isn't being actively supported.
Jim
--
Jim Fulton
More information about the ZODB-Dev
mailing list