Error during Backup Creation

Obito

Verified User
Joined
Oct 6, 2021
Messages
14
/usr/local/bin/curl returned error code 8
curl: (8) Failed to connect to port 21: Connection refused
FTP information invalid.

I use Centos 8 and disable firewall but not working. With Centos 7 work fine.
 
Issue this command:
iptables -L

And see if you only have 3 rules (input, forward and output) with only ACCEPTED and no other lines.
If not, then some part of the firewall is still active, maybe the build in from Centos 8.

Next to that, where are you doing a backup to?
FTP information invalid.
Hmz... check your /tmp or /home/tmp permissions, should be chmod 1777.
 
Back
Top