Online Documentation for All SQLManager.net Products

Backup Converter Utility


This utility is used for converting SQL Angel backup files to standard MS SQL Server backup files. It is run in console mode only.

 

Usage:

<path to ConvertUtil.exe tool>\ConvertUtil.exe -I[nputFile]:file_name -O[utputFile]:

file_name -D[atabases]:name[,...n] [-H[elp]|Help|-?] [-P[assword]:password]

 

The path to this utility is "C:\Program Files\EMS\SQL Angel\Service\", on the machine where SQL Angel Console is installed; on the server - "C:\Program Files\EMS\SQL Angel\Distrib\Service\"

 

Where

-I[nputFile] stands for the SQLAngel backup file to be converted

-O[utputFile] sets the result name of SQL Server backup file

-D[atabases] sets database name(s), which data should be extracted

 

Optional parameters:

-H[elp]|Help|-? outputs reference information

-P[assword] sets the password to convert encrypted backups

 

Example:

"C:\Program Files\EMS\SQL Angel\Service\ConvertUtil.exe"  -I:”C:\Data\TEST.bkp” –O:”TESTms.bak” 

–D:Employee,Departments –P:8p5Zh79

 

Note: If SQL Angel backup is split into several files you only need to specify the first file from the chain, all subsequent files are processed automatically.

 

Note: If on backup you specified more than one threads at Defining SQL Angel settings, you will get n MS SQL backup files as a result of conversion. You will need to select all of those n files on restore by MS SQL Server means.