From: Iustin Pop Date: Wed, 5 Aug 2009 13:29:16 +0000 (+0200) Subject: devel/upload: revert rsync -p X-Git-Tag: v2.0.3~1 X-Git-Url: http://git.ganeti.org/?p=ganeti-github.git;a=commitdiff_plain;h=c64d061f431288d5c2fa2eac7d3937224eb00a83;hp=084f05a5176cb3ea47e5f5b7f711ace5b8bdef07 devel/upload: revert rsync -p The permissions replications also will change the permissions on the / and /usr directories, which is bad. This reverts it to the original behaviour. Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- diff --git a/devel/upload.in b/devel/upload.in index 3858891..733befa 100644 --- a/devel/upload.in +++ b/devel/upload.in @@ -90,7 +90,7 @@ echo --- # and now put it under $prefix on the target node(s) for host; do echo Uploading code to ${host}... - rsync -v -rplDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \ + rsync -v -rlDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \ "$TXD/" \ root@${host}:/ & done