mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-04 22:44:24 -04:00
Mention that the --bwlimit may now be combined with --daemon.
This commit is contained in:
7
rsync.yo
7
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
|
||||
|
||||
Reference in New Issue
Block a user