X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ad911a7ac3be70a80707fbf2477526147c59fa24..23bf32f767246a88d0689c05c9a45d92f3931634:/rsync.yo diff --git a/rsync.yo b/rsync.yo index a2f4e6fa..0bb19448 100644 --- a/rsync.yo +++ b/rsync.yo @@ -267,7 +267,8 @@ verb( --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 + --no-detach do not detach from the parent + --address=ADDRESS bind to the specified address --config=FILE specify alternate rsyncd.conf file --port=PORT specify alternate rsyncd port number --blocking-io use blocking IO for the remote shell @@ -624,6 +625,15 @@ 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(--no-detach)) When running as a daemon, this option instructs +rsync to not detach itself and become a background process. This +option is required when running as a service on Cygwin, and may also +be useful when rsync is supervised by a program such as +bf(daemontools) or AIX's bf(System Resource Controller). +bf(--no-detach) is also recommended when rsync is run under a +debugger. This option has no effect if rsync is run from inetd or +sshd. + dit(bf(--address)) By default rsync will bind to the wildcard address when run as a daemon with the --daemon option or when connecting to a rsync server. The --address option allows you to specify a specific IP