[Zope] backup full instances

Jonas Meurer jonas at freesources.org
Sun Oct 28 15:15:27 EDT 2007


On 27/10/2007 Andreas Jung wrote:
> This is not the point. rsync will run into if the file to be synced changes
> in-between the sync operation. This will happen with the Data.fs - it won't
> happen with a static copy. An inconsistent copy of the Data.fs is not the 
> problem since invalid transaction entries will be discarded by the ZODB.
> So rsyncing a copy of the Data.fs it the way to go.

Ah, now i got it. Thanks for your patience ;-)

it's interesting that the current backups (rsync the Data.fs directly)
never caused any problems. i guess that's due to the fact that the
Data.fs infact never changed during the backups yet.

i'll change that to backup a local copy of the Data.fs instead in
future. a simple solution would be to run 'cp Data.fs Data.fs.safe'
for every instance just before backuppc starts the rsync process.

thanks for your help,
 jonas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.zope.org/pipermail/zope/attachments/20071028/1814ba64/attachment.bin


More information about the Zope mailing list