3
An alternative way to install the workstation agent on Ubuntu 22.04 is to use a set of DEB packages. The main package is required, while the others can be installed as needed.
Important: the handybackup-workstation package must always be installed. All other packages are optional.
Use the following command to install a package:
apt-get install /full/path/to/package.deb
The system will automatically install any required dependencies from the Ubuntu 22.04 repositories.
After the main package is installed, the following configuration file is created:
/etc/HandyBackup8/workstation.hbl
Open the file and specify the connection settings:
To update the agent, download the new DEB packages and run the same command used for installation.
apt-get install /full/path/to/package.deb
If the new package version is higher than the one currently installed, the package will be updated automatically. Dependencies will also be updated if needed.
To remove a package, run the following command:
apt-get remove package_name
You can identify the exact package name from the list of installed packages whose names begin with handybackup:
When packages are updated or removed, configuration files may either be preserved or deleted. This depends on the command options and the package manager settings. For more details on how the package manager works, see the Ubuntu documentation.
If your system uses systemd, the agent is available as the hbws8 service.
Note: if systemd is not available, the agent can be started manually:
/usr/bin/HandyBackupWorkstation8
After installing and configuring the network agent, you can start working with it through the centralized control panel.
For more information, see creating backup and recovery tasks for Linux network agents.
If the agent encounters errors, check the Handy Backup logs. Agent logs are stored in the /var/log/HandyBackup8 directory.
Contents: