X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/57df171bc00cd813b5d661960b567a041107af13..5d1e1dcf4b9d4d9e0308d3e7f7036b4e5191e323:/rsync.yo diff --git a/rsync.yo b/rsync.yo index f0ac90d8..9007cd0d 100644 --- a/rsync.yo +++ b/rsync.yo @@ -313,7 +313,7 @@ dit(bf(-I, --ignore-times)) Normally rsync will skip any files that are already the same length and have the same time-stamp. This option turns off this behavior. -dit(bf(-I, --size-only)) Normally rsync will skip any files that are +dit(bf(--size-only)) Normally rsync will skip any files that are already the same length and have the same time-stamp. With the --size-only option files will be skipped if they have the same size, regardless of timestamp. This is useful when starting to use rsync @@ -596,10 +596,10 @@ respond to requests accordingly. See the rsyncd.conf(5) man page for more details. dit(bf(--address)) By default rsync will bind to the wildcard address -when run as a daemon with the --daemon option. The --address option -allows you to specify a specific IP address (or hostname) to bind -to. This makes virtual hosting possible in conjunction with the ---config option. +when run as a daemon with the --daemon option or when connecting to a +rsync server. The --address option allows you to specify a specific IP +address (or hostname) to bind to. This makes virtual hosting possible +in conjunction with the --config option. dit(bf(--config=FILE)) This specifies an alternate config file than the default /etc/rsyncd.conf. This is only relevant when --daemon is