X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ed032a88b87fe7e8b6bf0889ed0daae9bb3859d0..dc1488ae47a33444372fa3adce0bb72c2b143f7e:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 0a3a556b..f81e3e97 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -174,6 +174,11 @@ Any clients connecting when the maximum has been reached will receive a message telling them to try later. The default is 0 which means no limit. See also the "lock file" option. +dit(bf(max verbosity)) The "max verbosity" option allows you to control +the maximum amount of verbose information that you'll allow the daemon to +generate (since the information goes into the log file). The default is 1, +which allows the client to request one level of verbosity. + dit(bf(lock file)) The "lock file" option specifies the file to use to support the "max connections" option. The rsync server uses record locking on this file to ensure that the max connections limit is not @@ -345,10 +350,10 @@ The default is no "hosts deny" option, which means all hosts can connect. dit(bf(ignore errors)) The "ignore errors" option tells rsyncd to ignore I/O errors on the server when deciding whether to run the delete phase of the transfer. Normally rsync skips the --delete step if any -I/O errors have occurred in order to prevent disasterous deletion due +I/O errors have occurred in order to prevent disastrous deletion due to a temporary resource shortage or other I/O error. In some cases this test is counter productive so you can use this option to turn off this -behaviour. +behavior. dit(bf(ignore nonreadable)) This tells the rsync server to completely ignore files that are not readable by the user. This is useful for @@ -567,7 +572,8 @@ documentation! manpageauthor() -rsync was written by Andrew Tridgell and Paul Mackerras. They may be -contacted via email at tridge@samba.org and -Paul.Mackerras@cs.anu.edu.au +rsync was written by Andrew Tridgell and Paul Mackerras. +Many people have later contributed to it. +Mailing lists for support and development are available at +url(http://lists.samba.org)(lists.samba.org)