User's Manual

RMSql deletebackup
SYNTAX
RMSql deletebackup -s <SQL server> [-i <SQL instance>] [-d <database>]
-t <timestamp>
DESCRIPTION
The RMSql deletebackup command removes the specified backup entry from the Recovery
Manager repository only. It does not remove the Symantec NetBackup or HP Data Protector entry,
nor does it remove the actual images backed up by the backup process.
PARAMETERS
The following options are supported:
-s <SQL server> SQL server to which the backup belongs.
-i <SQL instance> Optional. The SQL instance associated with the database. If not
specified, MSSQLSERVER (local) is used as the default value.
-d <database> Optional. The database-level backup to be removed. If not specified,
the instance-level backup is removed by default.
-t <timestamp> The backup entry timestamp.
EXAMPLE
The following command deletes the backup timestamp 020405162103:
RMSql deletebackup -s server1 -d db1 -t 020405162103
Recovery Manager Commands 49