Re: Looking for a Comprehensive list of error codes

2008-11-18 Thread Matt McCutchen
> 2008/11/19 John Macon <[EMAIL PROTECTED]>: > > Good Afternoon, > > > > I have been looking for a comprehensive list of error codes that are > > returned by rsync for a script that I am writing. I have searched Ggoogle > > and Yahoo! and I have found out the following: > > > > 4 = action not supp

Re: Looking for a Comprehensive list of error codes

2008-11-18 Thread David Overton
Hi, You could look at the EXIT CODES section of the rsync(1) man page, e.g. at http://www.samba.org/ftp/rsync/rsync.html. However, this only details exit codes from rsync itself, it doesn't mention exit code 255 which I think is actually coming from ssh. The ssh(1) man page says that ssh will re