#!/bin/sh

set -e

rootdir="$1"

tar --create --file members/data.tar.zst --use-compress-program=zstd --directory "$rootdir" .
