From 1ec0ff6fadc70acc347d7bfbe7777444f646ee4e Mon Sep 17 00:00:00 2001
From: Michiel Brentjens <brentjens@astron.nl>
Date: Thu, 17 Apr 2014 14:40:03 +0200
Subject: [PATCH] Make rsync forget about setting the group, which would not
 work between systems.

---
 cep-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cep-install.sh b/cep-install.sh
index 5a3a09e..934ef50 100755
--- a/cep-install.sh
+++ b/cep-install.sh
@@ -6,5 +6,5 @@ function lfc {
     ssh -AYCtt  ${USER}@portal.lofar.eu  "ssh -AYCtt  $1 'bash -ilc \"$2\"'"
 }
 
-rsync -avz --delete -e "ssh -A ${USER}@portal.lofar.eu ssh" ./ ${USER}@lhn001:pyautoplot/
+rsync -a --no-group -vz --delete -e "ssh -A ${USER}@portal.lofar.eu ssh" ./ ${USER}@lhn001:pyautoplot/
 
-- 
GitLab