tklmBackupIsRunning

Use the tklmBackupIsRunning command to determine whether the backup task is running.

Note: The IBM Security Key Lifecycle Manager command-line interface commands will be deprecated in the later versions of IBM Security Key Lifecycle Manager. Use the REST interfaces instead.

Purpose

Use this command to determine whether the backup task is running. Only one backup or restore task can run at a time.

The command returns these values:

true
The task is running.
false
The task is not running.

Permissions

Your role must have permissions to back up or to restore files.

Syntax

tklmBackupIsRunning

Parameters

There are no parameters.

Example

This Jython-formatted command determines whether the backup task is running.

print AdminTask.sklmBackupIsRunning()