Top
Systemwalker Software Configuration Manager Reference Guide
Systemwalker

1.5.1 swcfmg_backup (Backup Command)

Description

This command outputs backup files for the system to the specified directory.

Synopsis

swcfmg_backup -d <Output path>

Options

-d <Output path>

Specify the path to which the data to be backed up will be output.

For the output path, specify an existing directory.

Return Value

Return value

Meaning

0

The command has terminated normally.

10

There is a parameter error.

20

There is an error with the specified output path.

100

Systemwalker Software Configuration Manager is running.

101

A command that cannot be executed at the same time as this command is executing.

102

You do not have the privileges required to execute this command.

110

A write error has occurred.

200

Setup has not been performed.

255

A system error has occurred.

Command Location

Admin server

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\bin

[Linux]

/opt/FJSVcfmgm/bin

Privilege Required/Execution Environment

[Windows]

[Linux]

Cautions

Example

Backing up a system

[Windows]

swcfmg_backup -d c:\backup

[Linux]

swcfmg_backup -d /tmp/backup