Operating System - HP-UX
1835969 Members
3148 Online
110088 Solutions
New Discussion

Re: Incremental/Full restore

 
Roger Baptiste
Honored Contributor

Incremental/Full restore

hi,

When Restoring from a incremental backup, omniback restores all the files from the last full backup and then overwrites them from the incrementals. This means that it is restoring the "delta" files (i.e the files which changed between backups and are in the incrementals) more than once. This is a waste of restore time/bandwith.

Since omni has all the information it needs before the restore, shouldn't it be picking only the latest version of the files, rather than restoring from full , than overwriting it from incremental backups?

Is there any way to circumvent this?
Is this the way it works in Omni4 too?

thanks
raj
Take it easy.
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: Incremental/Full restore

No, OB2 only concerns itself with the timestamp of the file itself. To do it your way, it would have to do something like a CRC check of each block and then store that data in its database - a tremendous amount of overhead that would slow down backups. Remember, the idea is to make backups (which are done often) as fast as possible; the speed of restores which are typically seldom done is of far less importance.

OB2 4.x is the same.

If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: Incremental/Full restore

Hi Raj,

I think you are doing a full restore here. In that case the only option left is restore FULL, then restore the latest incrementals. I think if you do a single file/files restore it wont check the FULLs, but will take from the incrementals.

HTH,
Shiju
Life is a promise, fulfill it!
Deshpande Prashant
Honored Contributor

Re: Incremental/Full restore

Hi Raj..
Do a parallel restore of multiple files with what ever version (latest?) you want. Or try manually with omnir command
#omnir -filesystem / -session

Thanks.
Prashant.
Take it as it comes.