JetBackup Destination - Error: Unable to find rsync

If you encounter the following error while registering a destination on JetBackup with SSH/FTP:

Error: Registering Destination... Failed - Error: Unable to find rsync. Error: bash: rsync: command not found

It indicates that the "rsync" tool is not yet installed on the remote server. To resolve this issue, you need to install rsync on the destination server. You can achieve this by using the following commands:

For AlmaLinux/CentOS/RHEL OS:

yum install rsync -y

For Ubuntu/Debian OS:

apt-get install rsync -y

Once rsync is installed on the remote server, attempt to register the destination again.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...