X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/41059f75b5e1c18235dd8c2f54aad5cef24bb83d..ed0992b888c4778944e4aa7c4eecd669e24add67:/rsync.yo diff --git a/rsync.yo b/rsync.yo index f49fa2aa..34d95003 100644 --- a/rsync.yo +++ b/rsync.yo @@ -139,6 +139,11 @@ itemize( list of accessible paths on the server will be shown. ) +Some paths on the remote server may require authentication. If so then +you will receive a password prompt when you connect. You can avoid the +password prompt by setting the environment variable RSYNC_PASSWORD to +the password you want to use. This may be useful when scripting rsync. + manpagesection(RUNNING AN RSYNC SERVER) An rsync server is configured using a config file which by default is @@ -414,13 +419,13 @@ will exit. The default is 0, which means no timeout. dit(bf(--daemon)) This tells rsync that it is to run as a rsync daemon. If standard input is a socket then rsync will assume that it is being run via inetd, otherwise it will detach from the current -terminal and become a background daemon. The dameon will read the +terminal and become a background daemon. The daemon will read the 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(--config FILE)) This specifies an alternate config file than -the default /etc/rsyncd.conf. This is only relevent when --daemon is +the default /etc/rsyncd.conf. This is only relevant when --daemon is specified. dit(bf(--port PORT)) This specifies an alternate TCP port number to use