Displaying 4 results from an estimated 4 matches for "got_xfer_error".
2017 Apr 07
5
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...e need to do two changes:
(1) in options.c, make sure that the "missing_args" value is transferred
when set ; and
(2) in rsync.c, in the "missing_args" case, replace FERROR_XFER with
something else, since apparently any log message with logcode
FERROR_XFER sets the flag 'got_xfer_error' in log.c, and that finally
leads to exit code RERR_PARTIAL (23), which is what we are trying to avoid.
I am currently testing this on fairly big datasets to see if there's
something missing, and will write more when I see how it goes ( as I
said, the data sets are fairly large ).
Ther...
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...gt;
> (1) in options.c, make sure that the "missing_args" value is transferred
> when set ; and
> (2) in rsync.c, in the "missing_args" case, replace FERROR_XFER with
> something else, since apparently any log message with logcode
> FERROR_XFER sets the flag 'got_xfer_error' in log.c, and that finally
> leads to exit code RERR_PARTIAL (23), which is what we are trying to avoid.
>
> I am currently testing this on fairly big datasets to see if there's
> something missing, and will write more when I see how it goes ( as I
> said, the data sets are...
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...>
> (1) in options.c, make sure that the "missing_args" value is transferred
> when set ; and
> (2) in rsync.c, in the "missing_args" case, replace FERROR_XFER with
> something else, since apparently any log message with logcode FERROR_XFER
> sets the flag 'got_xfer_error' in log.c, and that finally leads to exit
> code RERR_PARTIAL (23), which is what we are trying to avoid.
>
> I am currently testing this on fairly big datasets to see if there's
> something missing, and will write more when I see how it goes ( as I said,
> the data sets are...
2017 Apr 07
1
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...options.c, make sure that the "missing_args" value is
> transferred when set ; and
> (2) in rsync.c, in the "missing_args" case, replace FERROR_XFER with
> something else, since apparently any log message with logcode
> FERROR_XFER sets the flag 'got_xfer_error' in log.c, and that
> finally leads to exit code RERR_PARTIAL (23), which is what we are
> trying to avoid.
>
> I am currently testing this on fairly big datasets to see if there's
> something missing, and will write more when I see how it goes ( as I
>...