The backup commands are available for MS SQL®. The command can be used for cmd and sh. This chapter describes the MS SQL® commands.
MS SQL®: backupMSSQLServer.cmd [<command> <argument>] <MSSQLServer-backup-path>
| Command |
Description |
| --database |
Database to be backed up (the default is "winccoa"). |
| --max-backup-count |
Number of backups kept (the default is 3). |
MS SQL®: restoreMSSQLServer.cmd [<command> <argument>] <MSSQLServer-backup-path>
| Command |
Description |
| --database |
The database to be restored (the default is "winccoa"). |
| --backup |
The backup folder name (e.g. 20211021-133236.bak) inside <MSSQLServer-backup-path> (the default is the newest backup). |