bin/homedir-push

Wed, 28 Dec 2016 20:56:05 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 28 Dec 2016 20:56:05 -0500
changeset 462
a1901234cc42
parent 261
6254589972e6
permissions
-rwxr-xr-x

Disable separately in case they arent all present

#!/bin/sh
set -eu

TARGET=$1

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

mercurial