X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/234892699550145368ee2bdfdcfc0dcdcb529212..ba35824322939b54352443461bc645c29f61cfb6:/rsync.yo diff --git a/rsync.yo b/rsync.yo index bab11252..a708c20f 100644 --- a/rsync.yo +++ b/rsync.yo @@ -786,6 +786,29 @@ If you are having trouble debugging include and exclude patterns, then try specifying the -vv option. At this level of verbosity rsync will show why each individual file is included or excluded. +manpagesection(EXIT VALUES) + +startdit() +dit(bf(RERR_SYNTAX 1)) Syntax or usage error +dit(bf(RERR_PROTOCOL 2)) Protocol incompatibility +dit(bf(RERR_FILESELECT 3)) Errors selecting input/output files, dirs + +dit(bf(RERR_UNSUPPORTED 4)) Requested action not supported: an attempt +was made to manipulate 64-bit files on a platform that cannot support +them; or an option was speciifed that is supported by the client and +not by the server. + +dit(bf(RERR_SOCKETIO 10)) Error in socket IO +dit(bf(RERR_FILEIO 11)) Error in file IO +dit(bf(RERR_STREAMIO 12)) Error in rsync protocol data stream +dit(bf(RERR_MESSAGEIO 13)) Errors with program diagnostics +dit(bf(RERR_IPC 14)) Error in IPC code +dit(bf(RERR_SIGNAL 20)) Received SIGUSR1 or SIGINT +dit(bf(RERR_WAITCHILD 21)) Some error returned by waitpid() +dit(bf(RERR_MALLOC 22)) Error allocating core memory buffers +dit(bf(RERR_TIMEOUT 30)) Timeout in data send/receive +enddit() + manpagesection(ENVIRONMENT VARIABLES) startdit() @@ -846,7 +869,9 @@ rsync is distributed under the GNU public license. See the file COPYING for details. A WEB site is available at -url(http://rsync.samba.org/)(http://rsync.samba.org/) +url(http://rsync.samba.org/)(http://rsync.samba.org/). The site +includes an FAQ-O-Matic which may cover questions unanswered by this +manual page. The primary ftp site for rsync is url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync). @@ -869,3 +894,6 @@ rsync was written by Andrew Tridgell and Paul Mackerras. They may be contacted via email at tridge@samba.org and Paul.Mackerras@cs.anu.edu.au +rsync is now also maintained by Martin Pool + +