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-config

This 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.yml

Web Interface

The web interface has backup and restore options, see the section on Backup and Restore to learn more.

Last updated