Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.5.3 swcfmg_repository_backup (Media Library Backup Command)

Description

This command outputs backup files for the media library to the specified directory.

Synopsis

swcfmg_repository_backup -d <Output path>

Options

-d <Output path>

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

Specify the output path using the absolute path to an existing directory. This command will terminate abnormally if the output path already contains a backup file.

Return value

Return value

Meaning

0

The command has terminated normally.

10

A parameter error has occurred.

11

The specified directory does not exist.

12

The specified directory cannot be accessed.

59

Other processing is currently being executed on the media library.

80

A backup file already exists in the specified directory.

100

Systemwalker Software Configuration Manager is running.

102

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

200

There is not enough free space at the specified output destination.

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 the media library

[Windows]

swcfmg_repository_backup -d c:\backup

[Linux]

swcfmg_repository_backup -d /tmp/backup