Recovering from bad backup...
Hello all. I'm trying to get a zope application out of a tar backup of the entire zope directory. Unfortunatetly the file data.fs is not in the tar. (Maybe zope was running when the backup was made?) At anyrate the files I have in the /otp/zope/var/ are data.fs.lock data.fs.old data.fs.tmp is there some way I can recover from one of theese?
Jerome R. Westrick wrote:
Hello all.
I'm trying to get a zope application out of a tar backup of the entire zope directory. Unfortunatetly the file data.fs is not in the tar. (Maybe zope was running when the backup was made?)
At anyrate the files I have in the /otp/zope/var/ are
data.fs.lock data.fs.old data.fs.tmp
is there some way I can recover from one of theese?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
data.fs.old is a copy of Data.fs when you packet your zope the last time. So it can be a very recent or very old copy of your Data.fs To use it you have just to rename it to Data.fs good loock Robert
participants (2)
-
Jerome R. Westrick -
robert rottermann