MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 16 posts ] 
Author Message
 Post subject: Raw file filtering software
PostPosted: December 29th, 2015, 8:14 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
Dear all
I have recovered large Data using raw method , since all metadata is ignored , all file attributes are missing.
Client has 4 month old backup , so he wants files created after backup date.
Is there any tool to filter latest data ?


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: December 29th, 2015, 9:35 
Offline

Joined: December 8th, 2010, 11:37
Posts: 738
Location: Ottawa, Canada
Active@ File Recovery Pro will put recovered files into folders named based on the meta-data of the recovered files. It works very well.

_________________
Sabo Computer Repairs & Data Recovery


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: December 29th, 2015, 22:28 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
Hi
Thanks LarrySabo.
I will give it a try.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: December 31st, 2015, 3:43 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
HI LarrySabo
I have checked Active File recovery , it is great tool. However in my case I don't want recovery part which I have already done. I just want to filter data depending upon date.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: December 31st, 2015, 9:27 
Offline

Joined: December 8th, 2010, 11:37
Posts: 738
Location: Ottawa, Canada
You could still use Active@ File Recovery Pro on the data you have already recovered (saving the data to a second drive), but unless you have a reason to buy the software for on-going use, it may not be justified.

_________________
Sabo Computer Repairs & Data Recovery


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: December 31st, 2015, 17:05 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
Here are several freeware file sorting methods:
http://www.cgsecurity.org/wiki/After_Using_PhotoRec

They appear to be targeted at PhotoRec, but they could probably still apply in your case.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 1st, 2016, 2:01 
Offline
User avatar

Joined: August 15th, 2006, 3:01
Posts: 3522
Location: CDRLabs @ Chandigarh [ India ]
Frank And Mr Larry,
I Think he wants to do RAW Data Recovery But Sortout Files Using Dates

_________________
Regards
Amarbir S Dhillon , Chandigarh Data Recovery Labs [India]
Logical,Semi Physical And Physical Data Recovery
Website-> http://www.chandigarhdatarecovery.com


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 1st, 2016, 7:06 
Offline
User avatar

Joined: December 8th, 2013, 4:48
Posts: 838
Location: Pakistan
Amarbir wrote:
Frank And Mr Larry,
I Think he wants to do RAW Data Recovery But Sortout Files Using Dates


Bhai Jan.

I think he already have files using raw recovery but original file attributes are missing like creation/modification dates and he is looking for a solution to sort out these files by dates.

_________________
Data Recovery Pakistan


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 2nd, 2016, 2:00 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
Dear All
Thank you so much
I think MindMergepk has correctly identified my issue. I already have recovered files & want some software to sort files using internal metadata.
Its herculean task to segregate 60 GB of raw data.
Fortunately I have got a powerful solution. Working on it.
Thanks again.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 2nd, 2016, 5:40 
Offline

Joined: July 14th, 2015, 5:19
Posts: 5
Location: Malaysia
higgsboson wrote:
Dear all
I have recovered large Data using raw method , since all metadata is ignored , all file attributes are missing.
Client has 4 month old backup , so he wants files created after backup date.
Is there any tool to filter latest data ?


Create 2 hash set then compare :

1 - Raw recovered files
1 - 4 month backup files

This reduce duplicate n old files.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 3rd, 2016, 11:45 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
Hi dataack
in case files are limited this solution may work.
In my case no. of files is very large -thousands. So checking hashes of indivisual files will be herculean task.

Thanks for suggestion.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 3rd, 2016, 20:22 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3903
Location: Adelaide, Australia
higgsboson wrote:
Hi dataack
in case files are limited this solution may work.
In my case no. of files is very large -thousands. So checking hashes of indivisual files will be herculean task.

Thanks for suggestion.


Scripting is your friend. Then it doesn't matter if there are 20 or 20,000.

if filenames aren't there, and you have a backup with lots of files that might not be changed, then in your chosen language do something like:

Code:
hashList = Hash all know file hashes from backups
For each hash in hashList
  {

If you don't know scripting you can use excel.
1. create a list of all hashes from files from the 4 month backup.
2. in sheet 1, have 2 columns, filename and hash
3. create hashes of all recovered files.
4. add the filename and hash to 2 columns in sheet 2.
5. if you can work out how to compare duplicates from each hash columns, then just do that, otherwise in sheet 3, add the hash columns from sheet 1 to column 1 and the hashes from sheet 2 to column 2 and use the duplicate find function.  a bit of playing around can get you good results
   if hashList[hash] == hash of rawfile
        rename rawfile to hashFilename & copy to good files folder
   else
        copy to unknown file folder
   }
   


otherwise, sorting from date should be easy, do the same as above, but if the hashes match, send to older than 4 month folder, and if not send to newer file folder


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 6th, 2016, 8:16 
Offline

Joined: June 5th, 2006, 1:09
Posts: 93
Location: INDIA
Hi HaQue
I am confused how calculating hash ( MD5 /SHA1) of files will help to isolate required files ? How Hash tells internal metadata information ?
each file is different so hash of each file will be different.


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 9th, 2016, 8:31 
Offline

Joined: September 1st, 2012, 6:16
Posts: 198
Location: Universe
Concluding of this thread -------------
A most Profound and Powerful Solution has been found ,
Thank you all contributors


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 9th, 2016, 9:45 
Offline

Joined: December 8th, 2010, 11:37
Posts: 738
Location: Ottawa, Canada
higgsboson wrote:
Concluding of this thread -------------
A most Profound and Powerful Solution has been found

Namely?

_________________
Sabo Computer Repairs & Data Recovery


Top
 Profile  
 
 Post subject: Re: Raw file filtering software
PostPosted: January 9th, 2016, 14:29 
Offline
User avatar

Joined: August 15th, 2006, 3:01
Posts: 3522
Location: CDRLabs @ Chandigarh [ India ]
LarrySabo wrote:
higgsboson wrote:
Concluding of this thread -------------
A most Profound and Powerful Solution has been found

Namely?



Mr Larry ,
Answer is he has no clue .Chipsang [ i know who you are :mrgreen: ] haque made it clear calculate the hash hashes that match are in his backup that do not are new [ IMHO ]

_________________
Regards
Amarbir S Dhillon , Chandigarh Data Recovery Labs [India]
Logical,Semi Physical And Physical Data Recovery
Website-> http://www.chandigarhdatarecovery.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 90 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group