List of all the extractor parameters (including the parameters for TSM)
The following are a list of the extractor parameters:
[-F sqllitespeed_backup_file]
[-E base_file_name]
[-N file_number]
[-K encryption_key]
[-L 0|1|2 ]
The following is used with TSM:
[-j option file]
[-i ftsm object]
[--tsmpointintime] Time variable (only use if you have more than on backup with the same name)
Only use the following if you are NOT using passwordaccess generate option.
[-c --TSM Client Node]
[-k --TSM Client Owner Password]
Sample script (be certain to include all quotes around each parameter):
extractor.exe -j"C:\Program Files\Tivoli\TSM\baclient\dsm.opt" -i"FILESPACE\PUBS\PUBS_FULL" -E"C:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\pubs_extracted_full.bkp" --tsmpointintime "2005-12-19 hh:mm:ss"
LiteSpeed Extractor will create the same number of native SQL Server files as the thread count for the original backup. Use the following script in Query Analyzer to restore the files using as a striped backup:
restore database northwind
from
disk='d:\backup\NorthwindNative.bak0',
disk='d:\backup\NorthwindNative.bak1',
disk='d:\backup\NorthwindNative.bak2'
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center