X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e20c5e95217d6af8b6c737540087ae1fb53f5faa..5f7ce2041c2a3514c6c1bad903c8dffb9bca2467:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 0f9d4034..f7e7b25b 100644 --- a/rsync.yo +++ b/rsync.yo @@ -639,7 +639,8 @@ 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. +must not be world readable. It should contain just the password as a +single line. enddit() @@ -698,7 +699,7 @@ itemize( The +/- rules are most useful in exclude lists, allowing you to have a single exclude list that contains both include and exclude options. -Here are some examples: +Here are some exclude/include examples: itemize( it() --exclude "*.o" would exclude all filenames matching *.o