summaryrefslogtreecommitdiff
path: root/rsync.yo
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-10-25 09:43:50 -0700
committerWayne Davison <wayned@samba.org>2008-10-25 09:43:50 -0700
commit1049378d9c87f69bf9094f19cd2df393e988100c (patch)
tree2af408d3810630fc80a279fdbb11700c4be01334 /rsync.yo
parent9ddc2b64daedc2ab249b26d7314476ce16efcd5d (diff)
downloadrsync-1049378d9c87f69bf9094f19cd2df393e988100c.tar.gz
Mention rsync's definition of client and server.
Diffstat (limited to 'rsync.yo')
-rw-r--r--rsync.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.yo b/rsync.yo
index 6eb226fb..1daff0c7 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -70,6 +70,10 @@ destination, the files are listed in an output format similar to "ls -l".
As expected, if neither the source or destination path specify a remote
host, the copy occurs locally (see also the bf(--list-only) option).
+Rsync refers to the local side as the "client" and the remote side as the
+"server". Don't confuse "server" with an rsync daemon -- a daemon is always a
+server, but a server can be either a daemon or a remote-shell spawned process.
+
manpagesection(SETUP)
See the file README for installation instructions.