diff options
author | Andrew Tridgell <tridge@samba.org> | 1999-10-31 02:37:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1999-10-31 02:37:21 +0000 |
commit | d73ee7b70e4a80743149fd3e43506634814d3b0c (patch) | |
tree | e9ea34eac5b8bce7e58f7e34edeb70ca99350882 /rsync.yo | |
parent | cda2ae84b3b0f78387c5937094b4f5525c92fc19 (diff) | |
download | rsync-d73ee7b70e4a80743149fd3e43506634814d3b0c.tar.gz rsync-d73ee7b70e4a80743149fd3e43506634814d3b0c.tar.bz2 rsync-d73ee7b70e4a80743149fd3e43506634814d3b0c.zip |
updated rsync-path man page entry
Diffstat (limited to 'rsync.yo')
-rw-r--r-- | rsync.yo | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -252,7 +252,7 @@ Options -x, --one-file-system don't cross filesystem boundaries -B, --block-size=SIZE checksum blocking size (default 700) -e, --rsh=COMMAND specify rsh replacement - --rsync-path=PATH specify path to rsync on the remote machine + --rsync-path=PATH specify full path to rsync on the remote machine -C, --cvs-exclude auto ignore files in the same way CVS does --delete delete files that don't exist on the sending side --delete-excluded also delete excluded files on the receiving side @@ -477,7 +477,9 @@ You can also choose the remote shell program using the RSYNC_RSH environment variable. dit(bf(--rsync-path=PATH)) Use this to specify the path to the copy of -rsync on the remote machine. Useful when it's not in your path. +rsync on the remote machine. Useful when it's not in your path. Note +that this is the full path to the binary, not just the directory that +the binary is in. dit(bf(--exclude=PATTERN)) This option allows you to selectively exclude certain files from the list of files to be transferred. This is most |