Platform: LinuxProducts: MSP360 Backup
Article ID: s0459Last Modified: 14-Oct-2024
Activation (2.0)
To activate licenses, use the following command: ./cbbV2 license activate
Parameter | Description | Value |
---|---|---|
The email address you used to purchase the license | - | |
--key | The license key | - |
--offline-generate | Offline activation request. This parameter is used with the '--email' and the '--key' parameters | - |
--offline-activation | Offline activation key. This parameter is used with the '--email' and the '--key' parameters | |
--free | Request a free license | |
--trial | Request a trial license | |
--t | Specifies license type. Possible values: Personal, Server, Ultimate |
Examples:
- Retrieve offline activation key (trial mode): ./cbbV2 license activate -e jsmith@mycompany.org -t "licenseType" --offline-generate -c
- Retrieve offline activation key (commercial license): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" --offline-generate -c
- Activate Backup for Linux via offline activation (trial mode): ./cbbV2 license activate -e jsmith@mycompany.org -t "licenseType" --offline-activation "key_from_1_example" -c
- Activate via offline activation (commercial license): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" --offline-activation "key_from_2_example" -c
- Online activation (trial type): ./cbbV2 license activate -e jsmith@mycompany.org -t "licenseType" -c
- Online activation (commercial type): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" -c
- Activate free license: ./cbbV2 license activate -e jsmith@mycompany.org -free -c
Examples of commands for offline activation of freeware
Retrieve offline activation key (freeware mode): ./cbbV2 license activate -e jsmith@mycompany.org -f --offline-generate -c
Activate Backup for Linux via offline activation (freeware mode): ./cbbV2 license activate -e jsmith@mycompany.org -f --offline-activation "key_from_example_above" -c