The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   Omni Outliner - PhotoRec (http://forums.omnigroup.com/showthread.php?t=14542)

awinterbreeze77 2009-11-17 10:38 AM

Omni Outliner - PhotoRec
 
Hello all,

I had an OmniOutliner file on my mac containing all sorts of important info, and it got deleted. A little while back I decided to try some data recovery to see if I could access it, so I downloaded and installed [URL="http://www.cgsecurity.org/wiki/PhotoRec"]PhotoRec[/URL]. Seeing that there was no '.oo3' file option under the section of file types to search for, I emailed the creator of the program, who responded back:

The file Untitled.oo3/contents.xml is a gzip'd xml file,
it's currently recovered as .gz by PhotoRec

So I ran a search for .gz files and found plenty of them. The question I now have is this:

I now have all these .gz files. What would be the best course of action for finding out what's inside each one, and which one is the one that has the info I need? Should I simply try opening each .gz with OmniOutliner? Or each .xml inside the .gz file? Or some other xml program?
Is there some way to distinguish an .oo3 file recovered as a .gz from other .gzs? File tags?

Any help appreciated.

Thanks!
Anthony

DerekM 2009-11-17 12:57 PM

If you have the recovered files in the same directory, you can run this from Terminal.app

[CODE]zgrep -l OUTLINE *.gz[/CODE]

And then this will list out any file that match. This should greatly narrow down the list of files to check by hand. Renaming the file from .gz to .oo3 should then allow you to open it in OmniOutliner. The one case where this won't work however is if you had attachments embedded in the file. In those cases, you'll need to rename the file to "contents.xml" and put it inside a .oo3 wrapper. Creating a folder, sticking the file inside, and renaming the folder to "foo.oo3" should work.

awinterbreeze77 2009-11-19 12:48 PM

Awesome
 
Thanks for the awesome advice. Since my internet connection is spotty, I'm taking this opportunity to thank you while I have it - I'll post my results later.


All times are GMT -8. The time now is 09:19 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.