Re: lost status code

2002-03-20 Thread Todd Vander Does
that change was put in 7 months ago by rsync's author > Andrew Tridgell and I don't know why he did it or what else will break > by taking it back out. > > - Dave Dykstra > > > On Wed, Feb 27, 2002 at 05:53:22PM -0500, Todd Vander Does wrote: > > > >

Re: lost status code

2002-03-05 Thread Todd Vander Does
ANG) > 0) ; > #endif > } > > > The trouble is, that change was put in 7 months ago by rsync's author > Andrew Tridgell and I don't know why he did it or what else will break > by taking it back out. > > - Dave Dykstra > > > On Wed, Feb 27, 2002 at

lost status code

2002-02-27 Thread Todd Vander Does
Rsync reports the status code of the remote command. So in some situations the status code is successful when the command fails. Rsync of a remote file to a local read-only directory fails, but exits with $status = 0. I'd like to get $status = 23. Is it possible? Local copy fails with status