From 64c704f0b9e545e9c8525a6a07c3d134944c70f1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 29 Jul 2000 04:41:19 +0000 Subject: [PATCH] added blocking-io docs --- rsync.yo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rsync.yo b/rsync.yo index 03b71d2f..1b3cd2b6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -269,6 +269,7 @@ verb( --address bind to the specified address --config=FILE specify alternate rsyncd.conf file --port=PORT specify alternate rsyncd port number + --blocking-io use blocking IO for the remote shell --stats give some file transfer stats --progress show progress during transfer --log-format=FORMAT log file transfers using specified format @@ -611,6 +612,11 @@ specified. dit(bf(--port=PORT)) This specifies an alternate TCP port number to use rather than the default port 873. +dit(bf(--blocking-io)) This specifies whether rsync will use blocking +IO when launching a remote shell transport. You may find this is +needed for some remote shells that can't handle the default +non-blocking IO. + dit(bf(--log-format=FORMAT)) This allows you to specify exactly what the rsync client logs to stdout on a per-file basis. The log format is specified using the same format conventions as the log format option in -- 2.34.1