Adding the --usermap/--groupmap/--chown options.
[rsync/rsync.git] / support / mapfrom
CommitLineData
2df20057
WD
1#!/usr/bin/perl
2while (<>) {
3 push @_, "$2:$1" if /^(\w+):[^:]+:(\d+)/;
4}
5print join(',', @_), "\n";