Hi All,
i have tried --timeout=3600 and i see it in the error log, but it seems not to
work. Strange is that i get only 14.700 Files, what is not quit a lot. Here the
errors i got:
packet_write_wait: Connection to 138.201.128.178 port 22: Broken pipe
rsync_bpc: connection unexpectedly closed (5
Hi,
we used timeout of 6 ;)
So maybe firewall/router kills your connection when idle. We send
keepalive packets in ssh
$Conf{RsyncSshArgs} = [
'-e',
'$sshPath -o ServerAliveInterval=60 -q -x -l user'
];
Libor
On Pá, 2022-07-22 at 09:33 +, Taste-Of-IT wrote:
> Hi All,
>
> i have tr