Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.5.4 swrba_restore (Restore Command)

Description

This command restores Systemwalker Runbook Automation resources that have been backed up to the backup destination directory.


Synopsis

swrba_restore Backup destination directory


Options

Backup destination directory

Specifies the full pathname of the directory containing the backup data.
Only alphanumeric characters can be specified. The directory path cannot include symbols or spaces.
The maximum length of a path is 32 characters.


Return Values

0:

Normal termination

1:

Abnormal termination

Undefined:

Forced termination


Command Location

[Windows]

<Systemwalker Runbook Automation installation directory>\bin
Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM

[Linux]

/opt/FJSVswrbam/bin


Privilege Required/Execution Environment

[Windows]

[Linux]

Note

[Linux]

Example

[Windows]

The following command restores the resources that have been backed up to C:\backup:

swrba_restore C:\backup

[Linux]

The following command restores the resources that have been backed up to /usr/backup:

/opt/FJSVswrbam/bin/swrba_restore /usr/backup