X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/94a7fce217a3732e3daecf1a76f4d118517432a9..c226b7c2fdd6cc4357337514b22c3042195ab091:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 1de12e4e..80ac10b0 100644 --- a/rsync.yo +++ b/rsync.yo @@ -159,10 +159,11 @@ itemize( 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. +the password you want to use or using the --password-file option. This +may be useful when scripting rsync. WARNING: On some systems environment variables are visible to all -users. +users. On those systems using --password-file is recommended. manpagesection(RUNNING AN RSYNC SERVER) @@ -262,6 +263,7 @@ Options --port=PORT specify alternate rsyncd port number --stats give some file transfer stats --progress show progress during transfer + --password-file=FILE get password from FILE --log-format=FORMAT log file transfers using specified format -h, --help show this help screen ) @@ -581,6 +583,12 @@ dit(bf(--progress)) This option tells rsync to print information showing the progress of the transfer. This gives a bored user something to watch. +dit(bf(--password-file)) This option allows you to provide a password +in a file for accessing a remote rsync server. Note that this option +is only useful when accessing a rsync server using the built in +transport, not when using a remote shell as the transport. The file +must not be world readable. + enddit() manpagesection(EXCLUDE PATTERNS)