Changeset 4094 for TOOLS/SYNCHRO_SCRIPTS/synchro_igcmg_to_ergon
- Timestamp:
- 10/25/18 15:08:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/SYNCHRO_SCRIPTS/synchro_igcmg_to_ergon
r4093 r4094 26 26 echo "" 27 27 # 28 rsync -n --omit-dir-times -vrltgoD --progress --delete -e "ssh -ax -o ClearAllForwardings=yes -c aes128-ctr" --exclude='IGCM/CMIP6/*' IGCM ${loginIDRIS}@ergon.idris.fr:/linkhome/rech/psl/rpsl035/ 28 #rsync -n --omit-dir-times -vrltgoD --progress --delete -e "ssh -ax -o ClearAllForwardings=yes -c aes128-ctr" --exclude='IGCM/CMIP6/*' IGCM ${loginIDRIS}@ergon.idris.fr:/linkhome/rech/psl/rpsl035/ 29 rsync -n --omit-dir-times -vrltgoD --progress --delete -e "ssh -ax -o ClearAllForwardings=yes -c aes128-ctr" --exclude='IGCM/CMIP6/*' IGCM ${loginIDRIS}@ergon:/linkhome/rech/psl/rpsl035/ 29 30 30 31 echo "Voulez vous effectuer les actions listees ci dessus oui/non ?" … … 35 36 36 37 oui|OUI|o) 37 rsync --omit-dir-times -vrltgoD --progress --delete -e "ssh -ax -o ClearAllForwardings=yes -c aes128-ctr" --exclude='IGCM/CMIP6/*' IGCM ${loginIDRIS}@ergon .idris.fr:/linkhome/rech/psl/rpsl035/38 rsync --omit-dir-times -vrltgoD --progress --delete -e "ssh -ax -o ClearAllForwardings=yes -c aes128-ctr" --exclude='IGCM/CMIP6/*' IGCM ${loginIDRIS}@ergon:/linkhome/rech/psl/rpsl035/ 38 39 ;; 39 40 non|NON|n)
Note: See TracChangeset
for help on using the changeset viewer.