Re: rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap

2014-04-30 Thread Wayne Davison
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

rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap

2014-04-30 Thread Dieter Eubell @ ITWM
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