SHOW-BACKUPS v2.6
The SHOW-BACKUPS
subcommand displays the backup information for the managed database servers.
Syntax:
The following table describes the SHOW-BACKUPS
options:
Options | Description |
---|---|
-s { <server_name> | all }--server { <server_name> | all } | <server_name> is the name of the database server whose backup information is to be displayed.If all is specified or if the option is omitted, the backup information for all database servers is displayed. |
-i { <backup_id> | <backup_name> | all } --backupid { <backup_id> | <backup_name> | all } | <backup_id> is a backup identifier and <backup_name> is the user-defined alphanumeric name for the backup.If all is specified or if the option is omitted, all backup information for the relevant database server is displayed. |
-t --toggle | Displays detailed backup information in list format. If the option is omitted, the default is a tabular format. |
Example
The following code sample shows the backup from database server dev
:
The following code sample shows detailed information using the -t
option:
The following code sample shows a listing of an incremental backup along with its parent backup:
The following code sample shows the complete, detailed information of the incremental backup and the parent backup: