I have changed
in line 134 of /usr/share/perl5/PVE/QMPClient.pm , restarted the pve daemons
and now the backups to proxmox backup server are working ....
Code:
} else {
$timeout = 3; # default
to
} else {
$timeout = 8; # default
Code:
for service in pvedaemon.service pveproxy.service pvestatd.service ;do
echo "systemctl restart $service"
systemctl restart $service
done