Revision 412e7387 devel/upload

b/devel/upload
130 130
# and now put it under $prefix on the target node(s)
131 131
for host; do
132 132
  echo Uploading code to ${host}...
133
  rsync -v -rlDc \
133
  rsync -v -rlKDc \
134 134
    -e "ssh -oBatchMode=yes" \
135 135
    --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \
136 136
    "$TXD/" \

Also available in: Unified diff