rewrite uids, gids, usernames, and groupnames inside of tar streams
cat tarball.tar | chowntar [options] > new-tarball.tar
cat tarball.tar | chowntar [options] | tar -vx
cat tarball.tar | chowntar [options] | chowntar [options] | chowntar [options]
Usage of ./chowntar:
-from-gid int
Rewrite GID from GID
-from-group string
Rewrite groupname FROM groupname
-from-uid int
Rewrite UID from UID
-from-user string
Rewrite username FROM username
-to-gid int
Rewrite this GID to GID
-to-group string
Rewrite groupname FROM groupname
-to-uid int
Rewrite UID to UID
-to-user string
Rewrite username FROM username
-verbose
Be verbose about changes