Platform: macOSProducts: MSP360 Backup
Article ID: s0527Last Modified: 15-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 trial license type. |
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 macOS via offline activation (trial mode): ./cbbV2 license activate -e jsmith@mycompany.org -t "licenseType" --offline-activation "key_from_1_example" -c
- Online activation (trial type): ./cbbV2 license activate -e jsmith@mycompany.org -t "licenseType" -t
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