Skip to content
Snippets Groups Projects
Commit 1ec0ff6f authored by Michiel Brentjens's avatar Michiel Brentjens
Browse files

Make rsync forget about setting the group, which would not work between systems.

parent ded40054
No related branches found
No related tags found
No related merge requests found
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment