Displaying 1 result from an estimated 1 matches for "rsync_exitcod".
Did you mean:
rsync_exitcodes
2011 Nov 17
1
What kind of error is 13?
...uch smarter reading the rsync source either.
For reference this is for Lsyncd, which watches files with inotify and
uses rsync to transmit changes to a slave. It compacts calls to rsync
with filters so rsync has only to look at the files that changed etc:
Here is the table of its exitcode:
local rsync_exitcodes = {
[ 0] = "ok",
[ 1] = "die",
[ 2] = "die",
[ 3] = "again",
[ 4] = "die",
[ 5] = "again",
[ 6] = "again",
[ 10] = "again",
[ 11] = "again&quo...