X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a6801c397732a55d2f9f477a360db6fc09bb1c3d..b41c3f92738709adf79a1d77f8e7e75752bd1adf:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 05994f94..9e9de5e7 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -91,6 +91,11 @@ support the "max connections" option. The rsync server uses record locking on this file to ensure that the max connections limit is not exceeded. The default is tt(/var/run/rsyncd.lock). +dit(bf(log file)) The "log file" option tells the rsync daemon to log +messages to that file rather than using syslog. This is particularly +useful on systems (such as AIX) where syslog() doesn't work for +chrooted programs like rsync. + dit(bf(syslog facility)) The "syslog facility" option allows you to specify the syslog facility name to use when logging messages from the rsync server. You may use any standard syslog facility name which is @@ -225,7 +230,7 @@ connect. The default is no "hosts allow" option, which means all hosts can connect. -dit(bf(hosts allow)) The "hosts deny" option allows you to specify a +dit(bf(hosts deny)) The "hosts deny" option allows you to specify a list of patterns that are matched against a connecting clients hostname and IP address. If the pattern matches then the connection is rejected. See the "hosts allow" option for more information.