# # This is a template for the database MOVE command. # OPERATION RESTORE OBJECTTYPE DATABASE RESTORETYPE MOVE # # Replace the database name in the following line with the name of the database that you # want to move to. Also remove the hash mark <#> which precedes the keyword . # DATABASE "NetBackup_Test" # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "NetBackup". MOVE "NetBackup" TO "D:\DATA\NetBackup_Test.mdf" # # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "NetBackup_Test_log". MOVE "NetBackup" TO "D:\LOGS\NetBackup_Test.ldf" # # The following image is type: Full NBIMAGE "xxxxx.~.7.001of001.20151004180004..C" SQLHOST "xxxx" NBSERVER "Dxxxx" BROWSECLIENT "xxxx" MAXTRANSFERSIZE 0 BLOCKSIZE 7 RESTOREOPTION REPLACE RECOVEREDSTATE NOTRECOVERED NUMBUFS 1 ENDOPER TRUE OPERATION RESTORE OBJECTTYPE DATABASE DUMPOPTION INCREMENTAL RESTORETYPE MOVE # # Replace the database name in the following line with the name of the database that you # want to move to. Also remove the hash mark <#> which precedes the keyword . # DATABASE "NetBackup_Test" # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "NetBackup". MOVE "NetBackup" TO "D:\DATA\NetBackup_Test.mdf" # # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "NetBackup_log". MOVE "NetBackup" TO "D:\LOGS\NetBackup_Test.ldf" # # The following image is type: Full database differential NBIMAGE "xxxx.inc.Alloy_AD6.~.7.001of001.20151005154448..C" SQLHOST "xxxx" NBSERVER "Dxxxx" BROWSECLIENT "xxxx" MAXTRANSFERSIZE 0 BLOCKSIZE 7 RESTOREOPTION REPLACE RECOVEREDSTATE RECOVERED NUMBUFS 1 ENDOPER TRUE