6. Command Reference of RPCM CLI
6.11.4 Command
start
configuration restore
Use this command to restore of configuration from a backup file.
You can upload a backup file before start configuration restore. For example:
scp RPCM_FirstBatchSeven_20181128_194640.config
[email protected]:RPCM_FirstBatchSeven_20181128_194640.config
Help ask:
start configuration restore ?
The return is:
start configuration restore - start configuration restoration procedure
(configuration file should already
be uploaded)
Parameters:
--with-reset-to-default yes|no - reset RPCM to default settings before
restoration procedure
--skip-invalid-params yes|no - skip invalid params
Example:
start configuration restore
start configuration restore --with-reset-to-default yes
start configuration restore --with-reset-to-default yes --skip-invalid-param
s yes
start configuration restore --skip-invalid-params yes
Type 'help' to get suggestions
Parameters:
--with-reset-to-default
yes|no
— by default is OFF;
--skip-invalid-params
yes|no
— by default is OFF.
Note. By default, a "delta restore" of the configuration will be performed
—
only those sections will be restored, that are in
the backup file.
A
ll settings that were before the start of the restore and which are not in the backup file will be saved. I If
you need to restore all setting strictly from backup, you can use parameter start configuration restore --with-reset-to-default
yes.
Example
. To restore configuration without additional parameters:
Command:
start configuration restore
The return is:
Configuration restore without reset started...
Type 'help' to get suggestions
For information about a progress of restoring use command:
show configuration restore status
320