bin/homedir-push@1fa3948ce85e
bin/homedir-push
Fri, 10 Aug 2018 15:41:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 10 Aug 2018 15:41:36 -0500
- changeset 712
- 1fa3948ce85e
- parent 261
-
6254589972e6
- permissions
- -rwxr-xr-x
add these two common bins
#!/bin/sh
set -eu
TARGET=$1
hg archive -t tgz -p . - | ssh $TARGET tar xz --keep-newer-files