there is connection timeout and I/O timeout
i'm using the I/O timeout.
for "--timeout" manpage is "if no data is transferredthen rsync will
exit"
no data is being transferred for hours, but it doesn't exit.
so, what's the problem here ?
--timeout=SECONDS
This option
You are using rsync over ssh. The connection timeout (and port) options
don't matter if rsync isn't doing the networking.
On 9/1/22 08:49, Roland via rsync wrote:
hello,
i do some backup via rsync/ssh and pull data from remote machine to
local machine.
whenever on remote machine there is som
hello,
i do some backup via rsync/ssh and pull data from remote machine to
local machine.
whenever on remote machine there is some network attached subdir getting
"stuck" (i.e. read/write is blocking, eg. by suspended zfs pool because
of error), rsync backup also hangs forever.
i wonder what's