Enable Mode Commands : configuration bulk import
  
configuration bulk import
Imports a previously saved Core configuration.
Syntax
configuration bulk import url <url> [all | shared]
Parameters
url <url>
HTTP, FTP, or SCP URL of the configuration file you want to import. For example:
scp://<username>:<password>@<server>/<path-to-configuration-file>
all
Imports all configurations.
shared
Imports shared configurations.
Usage
This command is part of a workflow for replacing a Core with another in the event of failure.
Example
amnesiac (config) # configuration bulk import url scp://user:pass@host/path/to/config
Related Commands
configuration bulk export