Hi,
we used timeout of 60000 ;)
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 +0000, Taste-Of-IT wrote:
> 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 (5033731 bytes received so
> far) [receiver]
> Done: 0 errors, 86 filesExist, 56700 sizeExist, 56430 sizeExistComp,
> 0 filesTotal, 0 sizeTotal, 8 filesNew, 60659120 sizeNew, 2481485
> sizeNewComp, 34193 inode
> rsync_bpc: [generator] write error: Broken pipe (32)
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(226) [receiver=3.1.3beta1]
> same recv >f..tpog... rw-r--r-- 5025, 5016
> same recv >f..tpog... rw-r--r-- 5025, 5016
> DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 14702
> filesTotal, 43683731122 sizeTotal, 1 filesNew, 19 sizeNew, 27
> sizeNewComp, 34536 inode
> rsync error: unexplained error (code 255) at io.c(820)
> [generator=3.1.3beta1]
> rsync_bpc exited with fatal status 255 (65280) (rsync error:
> unexplained error (code 255) at io.c(820) [generator=3.1.3beta1])
> Xfer PIDs are now
> Got fatal error during xfer (rsync error: unexplained error (code
> 255) at io.c(820) [generator=3.1.3beta1])
> Backup aborted (rsync error: unexplained error (code 255) at
> io.c(820) [generator=3.1.3beta1])
> BackupFailCleanup: nFilesTotal = 14702, type = full, BackupCase = 6,
> inPlace = 1, lastBkupNum =
> BackupFailCleanup: inPlace with some new files... no cleanup and
> marking partial
> Running BackupPC_refCountUpdate -h xy-f onxy
> Xfer PIDs are now 15479
> BackupPC_refCountUpdate: host xy got 0 errors (took 40 secs)
> Xfer PIDs are now
> Finished BackupPC_refCountUpdate (running time: 40 sec)
> Xfer PIDs are now
>
>
> Ideas are welcome - thx
> Taste
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/