Displaying 4 results from an estimated 4 matches for "96ba8bf10f864a93fd9203f75c43ffe9".
2017 Apr 07
5
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...ve exit code 0 for either of --ignore-missing-args
or --delete-missing-args, when the files are, well, missing.
Probably it is not the right way to address this problem, but in the
same vein as --ignore-missing-args are implemented, the patch can go as
follows:
https://gist.github.com/anonymous/96ba8bf10f864a93fd9203f75c43ffe9 .
Basically we 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...
2017 Apr 07
1
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...rgs or --delete-missing-args, when the files are,
> well, missing.
>
> Probably it is not the right way to address this problem, but in the
> same vein as --ignore-missing-args are implemented, the patch can go
> as follows:
> https://gist.github.com/anonymous/96ba8bf10f864a93fd9203f75c43ffe9
> <https://gist.github.com/anonymous/96ba8bf10f864a93fd9203f75c43ffe9> .
>
> Basically we 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 "m...
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...f --ignore-missing-args
> or --delete-missing-args, when the files are, well, missing.
>
> Probably it is not the right way to address this problem, but in the
> same vein as --ignore-missing-args are implemented, the patch can go as
> follows:
> https://gist.github.com/anonymous/96ba8bf10f864a93fd9203f75c43ffe9 .
>
> Basically we 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 messa...
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...ther of --ignore-missing-args or
> --delete-missing-args, when the files are, well, missing.
>
> Probably it is not the right way to address this problem, but in the same
> vein as --ignore-missing-args are implemented, the patch can go as follows:
> https://gist.github.com/anonymous/96ba8bf10f864a93fd9203f75c43ffe9 .
>
> Basically we 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...