ERROR DURING CRON MODIFICATION

yrdesign

Verified User
Joined
Aug 1, 2019
Messages
28
Unable to use SFTP backup.

When I save the backup plan, error:


ERROR DURING CRON MODIFICATION

*** Backup not uploaded ***
Can not find SFTP and/or SSHPASS binaries
Please install sftp and/or sshpass using OS repository
FTP information invalid.
..............................

[root@hkda2 ~]# yum install sshpass
Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
* cloudlinux-x86_64-server-7: cl-mirror-sg.vhost.vn
No package sshpass available.
Error: Nothing to do
 
Did you install epel ?

Code:
yum -y install epel-release
 
Back
Top