Description
This command outputs backup files for the media library to the specified directory.
Synopsis
swcfmg_repository_backup -d <Output path> |
Options
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]
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 directories.
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 when 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 the media library
[Windows]
swcfmg_repository_backup -d c:\backup |
[Linux]
swcfmg_repository_backup -d /tmp/backup |