Installation
Backup for Linux provides the command line interface (CLI) that covers the GUI functionality. CLI enables create and manage backup and restore plans,0 edit global options, list backup plans and account, and many 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 Backup 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 |