-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrsync_plot_data.sh
More file actions
executable file
·20 lines (16 loc) · 921 Bytes
/
Copy pathrsync_plot_data.sh
File metadata and controls
executable file
·20 lines (16 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
gseed=3001
sseed=3001
Ns=50
nc=75
n1=26
n2=38
type="AS"
source_dir="bohrer@gauss5:/vols/fs1/work/bohrer/sim_data_cloudMP4/"
destination_dir="/home/jdesk/sim_data_cloudMP4/"
#destination_dir="/Users/bohrer/sim_data_cloudMP/"
#home_dir="/Users/bohrer/"
mkdir -p ${destination_dir}${type}/grid_${nc}_${nc}_spcm_${n1}_${n2}
# -F /dev/null is necessary. without it, the config file is read and
# the login-commands are tried to be executed, which is not possible while using rsync
rsync --progress -av -e "ssh -F /dev/null -i /home/jdesk/.ssh/gauss" ${source_dir}${type}/grid_${nc}_${nc}_spcm_${n1}_${n2}/eval_data_avg_Ns_${Ns}_sg_${gseed}_ss_${sseed} ${destination_dir}${type}/grid_${nc}_${nc}_spcm_${n1}_${n2}
#scp -r gauss5:/vols/fs1/work/bohrer/sim_data_cloudMP_ab_Jan20/${type}/grid_${nc}_${nc}_spcm_${n1}_${n2}/eval_data_avg_Ns_${Ns}_sg_${gseed}_ss_${sseed} ${simdata_path}${type}/grid_${nc}_${nc}_spcm_${n1}_${n2}/