From: Silvio Rhatto Date: Wed, 23 Sep 2015 23:37:45 +0000 (-0300) Subject: Install: copy git history X-Git-Tag: 0.2.4~295 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1;p=hydra.git Install: copy git history --- 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 <