Querying the status of the most recent backup
To obtain a status of the most recently run local backup, enter the following command in solidDB® SQL Editor (solsql):
ADMIN COMMAND 'status backup';
Obtaining the status of the most recently made network backup, enter the command:
ADMIN COMMAND 'status netbackup'
If the last backup is successful, the result set looks as follows:
RC TEXT
-- ----
0 SUCCESS
If the latest backup has failed, then the RC column returns an error code.
Return code 14003 with text ACTIVE means that the backup is currently running.
See also