rsync Exit Codes
Exit codes returned by rsync to indicate the outcome of a file transfer operation.
References
20 codes
-
0Success -
1Syntax or usage error -
2Protocol incompatibility -
3Errors selecting input/output files or directories -
4Requested action not supported -
5Error starting client-server protocol -
6Daemon unable to append to log file -
10Error in socket I/O -
11Error in file I/O -
12Error in rsync protocol data stream -
13Errors with program diagnostics -
14Error in IPC code -
20Received SIGUSR1 or SIGINT -
21Some error returned by waitpid() -
22Error allocating core memory buffers -
23Partial transfer due to error -
24Partial transfer due to vanished source files -
25The --max-delete limit stopped deletions -
30Timeout in data send/receive -
35Timeout waiting for daemon connection