Description
This command outputs backup files for the system to the specified directory.
Synopsis
swcfmg_backup -d <Output path> |
Options
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 | A parameter error has occurred. |
20 | The specified I/O path is incorrect. |
100 | Systemwalker Software Configuration Manager is running. |
101 | A command that cannot be executed at the same time as this command is already running. |
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]
Administrator privileges are required. Execute as an administrator.
This command can be executed on the admin server.
[Linux]
This command can only be executed by the system administrator (superuser).
This command can be executed on the admin server.
Cautions
Processing will be terminated if the specified directory already contains files or subdirectories.
If there is not enough space in the specified directory, or if an error occurs during the backup processing, the files and subdirectories within the specified directory will be deleted and processing will terminate.
Systemwalker Software Configuration Manager must be stopped before a backup is executed.
This command cannot be executed at the same time as other commands. An exclusive control error will occur if a command is executed while another command is executing.
Example
Backing up a system
[Windows]
swcfmg_backup -d c:\backup |
[Linux]
swcfmg_backup -d /tmp/backup |