X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ea67c71505b8a08d60705fcd909b15813f828d67..472135e0bc2ed335480550143a6ad3241b391ed1:/rsync.yo diff --git a/rsync.yo b/rsync.yo index ed254a93..f2736048 100644 --- a/rsync.yo +++ b/rsync.yo @@ -193,8 +193,8 @@ Using rsync in this way is the same as using it with a remote shell except that: itemize( - it() you use a double colon :: instead of a single colon to - separate the hostname from the path or an rsync:// URL. + it() you either use a double colon :: instead of a single colon to + separate the hostname from the path, or you use an rsync:// URL. it() the remote server may print a message of the day when you connect. it() if you specify no path name on the remote server then the @@ -1056,10 +1056,10 @@ quote(itemize( without bf(--times). it() A bf(p) means the permissions are different and are being updated to the server's value (requires bf(--perms)). - it() An bf(o) means the owner is being updated to the server's value - (requires bf(--owner) and root privileges). - it() A bf(g) means the group is being updated to the server's value - (requires bf(--group) and the authority to set the requested group). + it() An bf(o) means the owner is different and is being updated to the + server's value (requires bf(--owner) and root privileges). + it() A bf(g) means the group is different and is being updated to the + server's value (requires bf(--group) and the authority to set the group). )) One other output is possible: when deleting files, the "%i" will output @@ -1256,8 +1256,8 @@ The options allowed when starting an rsync daemon are as follows: startdit() dit(bf(--daemon)) This tells rsync that it is to run as a daemon. The -daemon may be accessed using the bf(host::module) or -bf(rsync://host/module/) syntax. +daemon you start running may be accessed using an rsync client using +the bf(host::module) or bf(rsync://host/module/) syntax. 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