X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6a4a1d0cb0087db7b1ce55e4734494b1c45d08d5..b6855ddc9cbbcdf86b8bce28157117a7aa0d0f46:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 725fcdbd..8b7422e9 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(14 Oct 2006)()() +manpage(rsync)(1)(26 Oct 2006)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -299,6 +299,7 @@ Here is a short summary of the options available in rsync. Please refer to the detailed description below for a complete description. verb( -v, --verbose increase verbosity -q, --quiet suppress non-error messages + --no-motd suppress daemon-mode MOTD (see caveat) -c, --checksum skip based on checksum, not mod-time & size -a, --archive archive mode; same as -rlptgoD (no -H) --no-OPTION turn off an implied OPTION (e.g. --no-D) @@ -457,6 +458,13 @@ are given during the transfer, notably suppressing information messages from the remote server. This flag is useful when invoking rsync from cron. +dit(bf(--no-motd)) This option affects the information that is output +by the client at the start of a daemon transfer. This suppresses the +message-of-the-day (MOTD) text, but it also affects the list of modules +that the daemon sends in response to the "rsync host::" request (due to +a limitation in the rsync protocol), so omit this option if you want to +request the list of modules from the deamon. + dit(bf(-I, --ignore-times)) Normally rsync will skip any files that are already the same size and have the same modification time-stamp. This option turns off this "quick check" behavior, causing all files to @@ -2548,7 +2556,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.9pre2 of rsync. +This man page is current for version 2.6.9pre3 of rsync. manpagesection(INTERNAL OPTIONS)