On Wed, Apr 30, 2014 at 10:06 AM, Dieter Eubell @ ITWM <
dieter.eub...@itwm.fraunhofer.de> wrote:
> If you give multiple mappings to --usermap or --groupmap, only the first
> one is used.
>
I haven't seen that issue. Your patch fixes an issue with
--usermap=MIN-MAX:NEW not parsing, and I have in
Hello!
I think there is a small bug in cmdline parsing for option usermap and
groupmap. If you give multiple mappings to --usermap or --groupmap, only
the first one is used.
Example: rsync -a --usermap=userA:userB,userC:userD
-> Only the user mapping for userA to userB is used, the second mappi