summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-07-29 04:41:19 +0000
committerAndrew Tridgell <tridge@samba.org>2000-07-29 04:41:19 +0000
commit64c704f0b9e545e9c8525a6a07c3d134944c70f1 (patch)
treeeddeb884d5c1aa0d8a100f610e7b1c3ce2a24eeb
parent69c6522734897c0b81b184c5ebcc6cd9461f6da3 (diff)
downloadrsync-64c704f0b9e545e9c8525a6a07c3d134944c70f1.tar.gz
added blocking-io docs
-rw-r--r--rsync.yo6
1 files changed, 6 insertions, 0 deletions
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