bin/homedir-push

Mon, 24 Sep 2018 10:07:56 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 24 Sep 2018 10:07:56 -0500
changeset 720
adc91288d03c
parent 261
6254589972e6
permissions
-rwxr-xr-x

make sure this is set between profiles

#!/bin/sh
set -eu

TARGET=$1

hg archive -t tgz -p . - | ssh $TARGET tar xz --keep-newer-files

mercurial