Script to restore a database from multiple stripes (NetBackup for SQL Server)
For a striped restore, you must specify the number of stripes and the name of the first backup image name. Notice that the backup image in this example is embedded with the string .001of004, which indicates that it is the first of four backups.
OPERATION RESTORE OBJECTTYPE DATABASE DATABASE "Northwind" NBIMAGE "cadoo.MSSQL7.CADOO.db.Northwind.~.0.001of004.20140216151937..C" STRIPES 004 MAXTRANSFERSIZE 6 BLOCKSIZE 7 SQLHOST "CADOO" SQLINSTANCE "SECOND" NBSERVER "CHISEL" BROWSECLIENT "CADOO" RECOVEREDSTATE RECOVERED ENDOPER TRUE
More Information