Commit 0fef3cc82ba8d6f90f8c29487b31eba9ffff016b
1 parent
e26771e0
Exists in
master
and in
9 other branches
pwd...
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
scripts/SyncManunjaFromCdpp3.sh
... | ... | @@ -22,11 +22,11 @@ if [ -f ${MISSIONS} ]; then |
22 | 22 | do |
23 | 23 | |
24 | 24 | remoteDir="${Dir/data/data1}" |
25 | - sshpass -p "Sacre-Cour" rsync -auvr budnik@${remote}:${remoteDir}/*nc.gz ${Dir} | |
26 | - sshpass -p "Sacre-Cour" rsync -vu budnik@${remote}:${remoteDir}/*times.nc ${Dir} | |
27 | - sshpass -p "Sacre-Cour" rsync -vu budnik@${remote}:${remoteDir}/*info* ${Dir} | |
28 | - # sshpass -p "Sacre-Cour" rsync -vu budnik@${remote}:${remoteDir}/Vesrion ${Dir} | |
29 | - # sshpass -p "Sacre-Cour" rsync -vu budnik@${remote}:${remoteDir}/*Stop ${Dir} | |
25 | + sshpass -p "xxx" rsync -auvr budnik@${remote}:${remoteDir}/*nc.gz ${Dir} | |
26 | + sshpass -p "xxx" rsync -vu budnik@${remote}:${remoteDir}/*times.nc ${Dir} | |
27 | + sshpass -p "xxx" rsync -vu budnik@${remote}:${remoteDir}/*info* ${Dir} | |
28 | + # sshpass -p "xxx" rsync -vu budnik@${remote}:${remoteDir}/Vesrion ${Dir} | |
29 | + # sshpass -p "xxx" rsync -vu budnik@${remote}:${remoteDir}/*Stop ${Dir} | |
30 | 30 | |
31 | 31 | cd ${Dir} |
32 | 32 | ls | xargs chown -R budnik:dd ${Dir} | ... | ... |