How to convert a TSM Backup to a LiteSpeed Disk Backup double click restore file to restore a database to a server that does not have LiteSpeed for SQL Server installed?
WORKAROUND:
To convert a TSM Backup to a LiteSpeed Disk Backup
You can use the following command to convert a TSM backup to a LiteSpeed disk backup to be able to restore it on a machine that does not have TSM installed:
slsrecast -j "c:\tsmconfig.opt" -E tsm:fs\highlevel\lowlevel -F "c:\new.bkp"
instead of "-F" you may use "-J"
and you may need to supply node name and password, depending on your setup.
Also from the LiteSpeed for SQL Serverhelp files...
Convert a TSM backup to a disk backup and convert to a Double-Click Restore executable:
Slsrecast -j tsmconfig.opt -E tsm:fs\highlevel\lowlevel -F c:\new.exe -J
You would use the "F" and the "J" as seen in the above example.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center