Mention that the --bwlimit may now be combined with --daemon.

This commit is contained in:
Wayne Davison
2004-11-17 19:41:09 +00:00
parent 8f1b4f3642
commit 1f69bec480

View File

@@ -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