qoperation drbackup

Updated

Description

This command starts a disaster recovery backup operation. The Job ID is returned and displayed in the console if the disaster recovery backup job was successfully initiated by the CommServe.

In case of an error, an error code and description are displayed as: "drbackup: Error errorcode: errordescription"

Usage

qoperation drbackup -t <Q_FULL|Q_DIFF> [-af <ArgumentFilepath>][-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-t

Backup type. Valid values are:

  • Q_FULL

  • Q_DIFF

-af

Reads arguments from a file

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Argument File

For information on creating an argument file, see Command Line - FAQ - How do I use argument files in commands.

backuptype

Backup type (Q_FULL|Q_DIFF)

alert

Alert name

retryno

Number of times to retry the job

retrytime

Number of hours to retry the job

jobdescription

User-defined comments regarding the job

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Start a full disaster recovery backup.

qoperation drbackup -t Q_FULL 
 175
    

Was this page helpful?