bin/homedir-push

Tue, 25 Jul 2017 23:51:00 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 25 Jul 2017 23:51:00 -0400
changeset 626
9dda9a69e7d1
parent 261
6254589972e6
permissions
-rwxr-xr-x

drop sslsecure, degrades with many buffers

#!/bin/sh
set -eu

TARGET=$1

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

mercurial