Closed GoogleCodeExporter closed 9 years ago
Oh, I'll look on this. You can expect this to get fixed in the soon coming
version 2.0.5.
In the meanwhile you should be able workaround this by replacing line 3506 in
lsyncd.lua
if exitcode == 0 then
by
if exitcode == 0 or (rsync_exitcodes and
rsync_exitcodes[exitcode] == nil) then
Original comment by axk...@gmail.com
on 25 Aug 2011 at 7:49
Thx. Workaround solved it. I will upgrade to 2.0.5 once it is released.
Original comment by bjorn.hijmans@gmail.com
on 25 Aug 2011 at 10:22
Released lsyncd 2.0.5 whch code error code 24 explicitly set as an OK situation.
Original comment by axk...@gmail.com
on 25 Aug 2011 at 11:48
Original issue reported on code.google.com by
bjorn.hijmans@gmail.com
on 25 Aug 2011 at 6:24