Forum Discussion

nandolester's avatar
11 years ago

Netbackup SQL restore to a different host/path and instance

Hello Everybody,   I'm trying to configure the online backup for sql at my company but are facing some problems. I could create the scrypts to backup and to restore to the same host to differen...
  • Will_Restore's avatar
    11 years ago

    Log on to the server where you want to restore (SAOS00506006) and run it from there.

     

    BROWSECLIENT   'Restores images from a host other than the local host.'

    so it must point to the original server 

     

    also change

    TO  "F:\MSSQL\DataATLAS_log.ldf"

    to

    TO  "F:\MSSQL\Data\ATLAS_log.ldf"

    (missing backslash)

     

    and make sure the path F:\MSSQL\Data\ exists on SAOS00506006