Mention that the --bwlimit may now be combined with --daemon.
authorWayne Davison <wayned@samba.org>
Wed, 17 Nov 2004 19:41:09 +0000 (19:41 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 17 Nov 2004 19:41:09 +0000 (19:41 +0000)
rsync.yo

index 1a70c62..de1af7f 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -387,6 +387,7 @@ Rsync can also be run as a daemon, in which case the following options are accep
 verb(
      --daemon                run as an rsync daemon
      --address=ADDRESS       bind to the specified address
+     --bwlimit=KBPS          limit I/O bandwidth, KBytes per second
      --config=FILE           specify alternate rsyncd.conf file
      --no-detach             do not detach from the parent
      --port=PORT             specify alternate rsyncd port number
@@ -1025,6 +1026,12 @@ rsync server. The --address option allows you to specify a specific IP
 address (or hostname) to bind to. This makes virtual hosting possible
 in conjunction with the --config option.
 
+dit(bf(--bwlimit=KBPS)) This option allows you to specify a maximum
+transfer rate in kilobytes per second for the data the daemon sends.
+The client can still specify a smaller --bwlimit value, but their
+requested value will be rounded down if they try to exceed it.  See the
+client version of this option (above) for some extra details.
+
 dit(bf(--config=FILE)) This specifies an alternate config file than
 the default.  This is only relevant when --daemon is specified. 
 The default is /etc/rsyncd.conf unless the daemon is running over