Ignore:
Timestamp:
09/18/08 17:46:57 (16 years ago)
Author:
mmaipsl
Message:

MM: Correct platine lib.

Update trunk from tag libIGCM_v1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_brodie.ksh

    r5 r17  
    8080typeset -r RSYNC_FRONT="rsh rhodes /usr/bin/rsync " 
    8181# RSYNC_opt args to rsync 
    82 typeset -r RSYNC_opt="-Lt -v" 
     82typeset -r RSYNC_opt="-va" 
    8383# RSYNC_opt args to "remote rsync" 
    8484# ie storage filesystem 
     
    574574    RET=$? 
    575575    if [ $RET -eq 0 ] ; then 
    576         echo rcp -r ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} > out_rsync 2>&1 
    577         rcp -r ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} >> out_rsync 2>&1 
     576#       echo rcp -r ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} > out_rsync 2>&1 
     577#       rcp -r ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} >> out_rsync 2>&1 
     578        echo ${RSYNC} ${RSYNC_opt} -e "rsh " --rsync-path=${REMOTE_RSYNC} ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} > out_rsync 2>&1 
     579        ${RSYNC} ${RSYNC_opt} -e "rsh " --rsync-path=${REMOTE_RSYNC} ${libIGCM} rhodes:${HOME}/${PATHlibIGCM} >> out_rsync 2>&1 
    578580        RET=$? 
    579581 
     
    876878#D-#================================================== 
    877879#D-function IGCM_sys_GetDate_FichArchive 
    878 #D-* Purpose:  $ 
     880#D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE  
    879881#D-* Examples: 
    880882#D- 
Note: See TracChangeset for help on using the changeset viewer.