What is the correct way to backup ZODB blobs?

Posted by joeforker on Stack Overflow See other posts from Stack Overflow or by joeforker
Published on 2009-01-16T20:51:01Z Indexed on 2010/04/18 23:53 UTC
Read the original article Hit count: 411

Filed under:
|
|
|
|

I am using plone.app.blob to store large ZODB objects in a blobstorage directory. This reduces size pressure on Data.fs but I have not been able to find any advice on backing up this data.

I am already backing up Data.fs by pointing a network backup tool at a directory of repozo backups. Should I simply point that tool at the blobstorage directory to backup my blobs?

What if the database is being repacked or blobs are being added and deleted while the copy is taking place? Are there files in the blobstorage directory that must be copied over in a certain order?

© Stack Overflow or respective owner

Related posts about zope

Related posts about zodb