Changeset 5118


Ignore:
Timestamp:
06/26/20 11:24:49 (4 years ago)
Author:
acosce
Message:

ajout de script pour la synchro vers Jean Zay : 1- en utilisant le réseau ccfr / 2- en utilisant un rebond vers une machine tierce
ajout d'un script de synchro specifique au login cozic pour la synchro vers obelix pendant le conge mat de Josefine
correction du login de connexion pour la synchro de referenceDataset vers ciclad
-

Location:
TOOLS/SYNCHRO_SCRIPTS
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/SYNCHRO_SCRIPTS/synchro_igcmg_to_obelix

    r4093 r5118  
    11#!/bin/bash 
    22 
    3 echo "Remarque : pour l'instant cette script est uniquement utilise par login jghattas" 
    4 #echo "Quel est votre login sur obelix ? " 
    5 #echo -n "Votre reponse : " 
    6 #read loginOBELIX 
    7 loginOBELIX=jghattas 
     3echo "Remarque : pour l'instant cette script est uniquement testé pour le login jghattas" 
     4echo "Quel est votre login sur obelix ? " 
     5echo -n "Votre reponse : " 
     6read loginOBELIX 
    87 
    98cd /ccc/work/cont003/igcmg/igcmg 
  • TOOLS/SYNCHRO_SCRIPTS/synchro_refciclad_to_igcmg

    r4292 r5118  
    1818 
    1919oui|OUI|o) 
    20 rsync -vrltgoD --progress --chmod=o-w --chmod=g-w --chmod=u-w --delete -e "ssh -ax -o ClearAllForwardings=yes -c blowfish" igcmg@ciclad.ipsl.jussieu.fr:/data/jservon/Evaluation/ReferenceDatasets IGCM 
     20rsync -vrltgoD --progress --chmod=o-w --chmod=g-w --chmod=u-w --delete -e "ssh -ax -o ClearAllForwardings=yes -c blowfish" jservon@ciclad.ipsl.jussieu.fr:/data/jservon/Evaluation/ReferenceDatasets IGCM 
    2121#rsync -vrltgoD --progress --chmod=o-w --chmod=g-w --chmod=u-w --delete -e "ssh -ax -o ClearAllForwardings=yes -c blowfish" jservon@ciclad.ipsl.jussieu.fr:/data/jservon/Evaluation/ReferenceDatasets/atm ReferenceDatasets 
    2222#rsync -vrltgoD --progress --chmod=o-w --chmod=g-w --chmod=u-w --delete -e "ssh -ax -o ClearAllForwardings=yes -c blowfish" jservon@ciclad.ipsl.jussieu.fr:/data/jservon/Evaluation/ReferenceDatasets/oce ReferenceDatasets 
Note: See TracChangeset for help on using the changeset viewer.