Exporting Backup Settings to Custom Script
You can export backup settings specified for Veeam Plug-in for Microsoft SQL Server to a custom script. This may be helpful if you want to back up Microsoft SQL Server databases using a third-party scheduling tool.
To export backup settings to a custom script:
- At the Databases, Backup Options or Action Log step of the Back Up Database wizard, click Script.
- In the CLI Script window, review the command to back up Microsoft SQL Server data and click Copy to Clipboard.
You will be able to use the command in a custom script with an external scheduling tool.
TIP |
You can modify parameters of the command used to back up Microsoft SQL Server data if necessary. For information about available backup parameters, see Performing Backup with Command-Line Interface. |
The MSSQLRecoveryManager.exe command can return the following exit codes:
- -1 — the service returns this code when the backup or restore process fails with an error.
- 0 — the service returns this code when the backup or restore process is successful.