rasd_removebackup

Description

NoteThis command is available only for Oracle and Microsoft SQL Server.

Removes RASD backups.

Syntax

rasd_removebackup [ backup_name | all ]

Parameters

backup_name

The name of the backup that you are removing.

all

A keyword that allows you to remove all RASD backups.

Examples

Example 1

rasd_removebackup 2008-07-24_15.41.10

This command causes the backup named 
2008-07-24_15.41.10 to be removed 

rasd_removebackup 2008-07-24_15.41.10 
go 

RASD Backups removed 
--------------------
2008-07-24_15.41.10 
(1 row affected)

Example 2

rasd_removebackup all 
This command causes all of the backups to be removed.

rasd_removebackup all 
2> go

RASD Backups removed 
-------------------- 
2008-07-28_10.08.27 
2008-07-28_10.09.29 
2008-07-28_10.11.31 
2008-07-28_10.20.55 
(4 rows affected)

Usage

See also

rasd_restore, rasd_backup, rasd_helpbackup