X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d9fcc198cfad667e659f0994febc2a9f0d33753c..5c9730a46c44e5913a4d4767bd99ec23f2f81073:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 7364718a..0b46cde8 100644 --- a/rsync.yo +++ b/rsync.yo @@ -272,6 +272,7 @@ Options --include-from=FILE don't exclude patterns listed in FILE --version print version number --daemon run as a rsync daemon + --address bind to the specified address --config=FILE specify alternate rsyncd.conf file --port=PORT specify alternate rsyncd port number --stats give some file transfer stats @@ -589,6 +590,12 @@ config file (/etc/rsyncd.conf) on each connect made by a client and respond to requests accordingly. See the rsyncd.conf(5) man page for more details. +dit(bf(--address)) By default rsync will bind to the wildcard address +when run as a daemon with the --daemon option. 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(--config=FILE)) This specifies an alternate config file than the default /etc/rsyncd.conf. This is only relevant when --daemon is specified.