Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
PeteCress
Posted - January 03 2015 : 14:08:44 The scenario: User discovers that a document has been corrupted, but does not know exactly when it became corrupted.
Right now, the user has to keep mounting incremental backups one-after-another and checking for the file in question and then opening it to see if it is the latest "Good" version.
If they are on a monthly cycle (full backup on the 1st, incrementals on days 2-31) the user might have to mount/inspect up to 30 separate incrementals in their search - even though the document in question may have changed only 3 times during the month.
What would be a big help would be a separate application or some optional process within Macrium that would keep scanning all backups and maintaining a single list of all versions of all files.
For instance, if the XYZ.doc file were incrementally backed up 3 times, the list would show:
Now, although the user still has to mount the relevant incremental backup and open each copy of the file, at least they know which incrementals to mount before checking.
This would be a significant saving of man hours and an increase in accuracy.
1 L A T E S T R E P L I E S (Newest First)
Drac144
Posted - January 03 2015 : 20:57:01 Just to point out that if you have 30 incremental files, using a binary search (http://en.wikipedia.org/wiki/Binary_search_algorithm ) you would NOT have to check 30 files to find where the corruption started. You would need to check (at most) 6. Still not great but certainly better than the 30.
The above aside, I do think an option like you requested could be helpful in the situation you describe.