Platform: LinuxProducts: MSP360 Backup
Article ID: s0471Last Modified: 23-Feb-2026
Export Configuration (Backup Template) (CLI 2.0)
You can export the Backup Agent settings and set of the backup and restore plans as a template in order to transfer them to a new computer or for any other purposes. To export, use the following command:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 config export
MSP360 Backup Command Line Interface started
export - export backup configuration to the specific file
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]
Options:
-p, --path <path> The target path for configuration file
--remove-password <removePassword> Specifies whether to remove passwords
from exported configuration (master
password and encryption password). This
option also disables encryption for backup
plans. Possible values: true,
false(default)
Example:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 config export -p "/home/user/"
MSP360 Backup Command Line Interface started
Configuration successfully exported to /home/user/Configuration_20260223072256.cbbconfiguration
Success.