X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8a97fc2e1b46a06e2a320704b6eeccc41175a78c..e6f9e388cf1b42c2caad203bc5e7ac432569dac6:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 51667583..2840dbb0 100644 --- a/rsync.yo +++ b/rsync.yo @@ -234,18 +234,8 @@ user is root (e.g. chroot, setuid/setgid, etc.). There is no need to configure inetd or the services map to include the rsync server port if you run an rsync server only via a remote shell program. -To run an rsync server out of a single-use ssh key, use the -"command=em(COMMAND)" syntax in the remote user's -authorized_keys entry, where command would be - -quote(rsync --server --daemon .) - -NOTE: rsync's argument parsing expects the trailing ".", so make sure -that it's there. If you want to use a rsyncd.conf(5)-style -configuration file other than the default, you can added a ---config option to the em(command): - -quote(rsync --server --daemon --config=em(file) .) +To run an rsync server out of a single-use ssh key, see this section +in the rsyncd.conf(5) man page. manpagesection(EXAMPLES) @@ -1109,24 +1099,26 @@ 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 +dit(bf(0)) Success +dit(bf(1)) Syntax or usage error +dit(bf(2)) Protocol incompatibility +dit(bf(3)) Errors selecting input/output files, dirs +dit(bf(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 +dit(bf(5)) Error starting client-server protocol +dit(bf(10)) Error in socket IO +dit(bf(11)) Error in file IO +dit(bf(12)) Error in rsync protocol data stream +dit(bf(13)) Errors with program diagnostics +dit(bf(14)) Error in IPC code +dit(bf(20)) Received SIGUSR1 or SIGINT +dit(bf(21)) Some error returned by waitpid() +dit(bf(22)) Error allocating core memory buffers +dit(bf(23)) Partial transfer due to error +dit(bf(24)) Partial transfer due to vanished source files +dit(bf(30)) Timeout in data send/receive enddit() manpagesection(ENVIRONMENT VARIABLES)