Hprmcli sql deletebackup – HP 3PAR Recovery Manager Software User Manual

Page 60

Advertising
background image

NOTE:

The snapshot volume set is limited to up to 64 volumes. In other words, each database

(under database-level operation) or each instance (under instance-level operation) can spread over
a maximum of 64 volumes.

NOTE:

You can only perform database- or instance-level operations if you have system admin

permissions for SQL Server.

Recovery Manager creates copy-only backup for availability databases on secondary replica.

You can execute concurrent virtual copy creation jobs through multiple Recovery Manager CLI
instances. In this case, HP 3PAR Recovery Manager for SQL queues the requests to the VSS so that
all the requests are serviced without any failure.

HpRmCli Sql deletebackup

SYNTAX

HpRmCli Sql deletebackup -s <SQL server> [-i <SQL instance>] [-d

<database>] -t <timestamp>

DESCRIPTION

The HpRmCli Sql 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:

HpRmCli Sql deletebackup -s server1 -d db1 -t 020405162103

60

Using the Recovery Manager CLI

Advertising