#!/bin/sh set -e rootdir="$1" tar --create --file members/data.tar.gz --gzip --xform 's,^,/,' --directory "$rootdir" usr/