From fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Sep 2015 20:37:45 -0300 Subject: Install: copy git history --- share/hydra/install | 2 +- share/hydractl/provision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/hydra/install b/share/hydra/install index b16cf02..a639db3 100755 --- a/share/hydra/install +++ b/share/hydra/install @@ -38,7 +38,7 @@ for node in $NODES; do echo "Installing to $node..." # Rsync version - rsync -CrltDv --no-perms --exclude=keys --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/hydra/ + rsync -rltDv --no-perms --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/hydra/ $HYDRA_CONNECT $node <