From 1f69bec48061b42c6515bbd4e5fbd1b6e7544a1d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 17 Nov 2004 19:41:09 +0000 Subject: [PATCH] Mention that the --bwlimit may now be combined with --daemon. --- rsync.yo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rsync.yo b/rsync.yo index 1a70c624..de1af7f8 100644 --- 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 -- 2.34.1