Backup
Backing up the HyperSec HyperCollector Configuration
The HyperSec HyperCollector configuration can be backed up using the command line or the web interface.
CLI
To save the current configuration, run the following command:
sudo /opt/collector-core/bin/pycollector system --display-configThis will print the configuration to the screen.
To save the configuration to a file, redirect the output to a filename, e.g.:
sudo /opt/collector-core/bin/pycollector system --display-config > config.ymlWeb Interface
The web interface has backup and restore options, see the section on Backup and Restore to learn more.
Last updated