[SCM] The rsync repository. - branch master updated

2022-09-01 Thread Rsync CVS commit messages
The branch, master has been updated via 71177363 A few more minor tweaks. from bf3e49b4 Improve the daemon info a bit. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2022-09-01 Thread Rsync CVS commit messages
The branch, master has been updated via bf3e49b4 Improve the daemon info a bit. from 034d5e87 Tweak a couple links. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

Re: rsync timeout non-effective

2022-09-01 Thread Roland via rsync
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

Re: rsync timeout non-effective

2022-09-01 Thread Kevin Korb via rsync
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

rsync timeout non-effective

2022-09-01 Thread Roland via rsync
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