Changeset 19561


Ignore:
Timestamp:
2010/11/07 05:01:37 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/rsync.sh

    r18911 r19561  
    33if [[ $1 = "run" ]]  
    44 then  
    5   OPTION='-Cauvt  --exclude ".svn"' 
     5  OPTION='-Cauvt  --exclude ".svn" -e ssh ' 
    66 else  
    77  echo $1 
    8   OPTION='-Cauvn --exclude ".svn"' 
     8  OPTION='-Cauvn  --exclude ".svn" -e ssh ' 
    99fi  
    10 echo rsync ${OPTION} data /srv/www/vhosts/eccube.miningbrownie.jp 
    11 rsync ${OPTION} data /srv/www/vhosts/eccube.miningbrownie.jp 
    12 echo rsync ${OPTION} html /srv/www/vhosts/eccube.miningbrownie.jp 
    13 rsync ${OPTION} html /srv/www/vhosts/eccube.miningbrownie.jp 
     10echo rsync ${OPTION} data root@172.17.1.71:/srv/www/vhosts/eccube.miningbrownie.jp 
     11rsync ${OPTION} data root@172.17.1.71:/srv/www/vhosts/eccube.miningbrownie.jp 
     12echo rsync ${OPTION} html root@172.17.1.71:/srv/www/vhosts/eccube.miningbrownie.jp 
     13rsync ${OPTION} html root@172.17.1.71:/srv/www/vhosts/eccube.miningbrownie.jp 
    1414 
    15  
    16  
    17  
Note: See TracChangeset for help on using the changeset viewer.