Restore
Restoring up the HyperSec HyperCollector Configuration
The HyperSec HyperCollector configuration can be restored using the command line or the web interface.
CLI
To restore a HyperSec HyperCollector configuration, upload the configuration yaml file to the HyperCollector, then run the following command:
sudo /opt/collector-core/bin/pycollector system --restore-config <path to config>
e.g.:
sudo /opt/collector-core/bin/pycollector system --restore-config config.yaml
This will restore the HyperCollector state to that of the saved configuration file.
Web Interface
The web interface has backup and restore options, see the section on Backup and Restore to learn more.
Last updated