Platform: LinuxProducts: MSP360 Backup
Article ID: s0450Last Modified: 30-Mar-2026
Installation
MSP360 (CloudBerry) for Linux provides the command line interface (CLI) that covers the GUI functionality. CLI enables creating and managing backup and restore plans, editing global options, listing backup plans and accounts, and much more.
Command line interface can be used to integrate backup process into industrial environment.
Install in Debian-based Linux
sudo dpkg --install "/path/to/the/installer.deb"
where:
| Parameter | Description | Value |
|---|---|---|
| --install (-i) | Installation package path | String |
Install in RHEL-based Linux
sudo rpm --install "/path/to/the/installer.rpm"
| Parameter | Description | Value |
|---|---|---|
| --install (-i) | Installation package path | String |
Update Backup for Linux
To update MSP360 (CloudBerry) for Linux to a newer version, execute the following command:
- Debian-based
sudo dpkg --install "/path/to/the/installer.deb"
| Parameter | Description | Value |
|---|---|---|
| --install (-i) | Installation package path | String |
- RHEL-based
sudo rpm --upgrade "/path/to/the/installer.rpm"
| Parameter | Description | Value |
|---|---|---|
| --upgrade (-u) | Installation package path | String |