Description
This command restores the backup data in the specified directory.
Synopsis
swcfmg_restore -d <Backup data storage directory> |
Options
Specify the path to the directory that contains the backup data to be restored.
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]
Administrator privileges are required. When using Windows Server 2008 or Windows Server 2012, run 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
Systemwalker Software Configuration Manager must be stopped before a restoration is executed.
Example
Restoring a system
[Windows]
swcfmg_restore -d c:\backup |
[Linux]
swcfmg_restore -d /tmp/backup |