Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.5.3 swrba_backup (Backup Command)

Description

This command backs up Systemwalker Runbook Automation resources on a Management Server to a specified backup destination directory.



Synopsis

swrba_backup Backup destination directory


Options

Backup destination directory

Specifies the full pathname of the directory that will become the backup destination.
If the backup destination directory already exists, it must not contain any files or subdirectories.
If the backup destination directory does not exist, it is created.
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 resources are backed up to C:\backup:

swrba_backup C:\backup

[Linux]

The resources are backed up to /usr/backup:

/opt/FJSVswrbam/bin/swrba_backup /usr/backup