sbin/sync/sync_live
changeset 233 10d6fd6ce9ab
parent 152 7b939dc01fa3
child 286 6ac68295defe
equal deleted inserted replaced
232:460acd0e3667 233:10d6fd6ce9ab
    10 
    10 
    11 if [ -d ~/tmp/tweet_live_V$1 ]; then
    11 if [ -d ~/tmp/tweet_live_V$1 ]; then
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/tweet_live_V$1/web/ iri@www.iri.centrepompidou.fr:/home/polemictweet/
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/tweet_live_V$1/web/ iri@www.iri.centrepompidou.fr:/home/polemictweet/
    13 + core
    13 + core
    14 P config.php
    14 P config.php
    15 P CPV/config.php
       
    16 P .htaccess
    15 P .htaccess
    17 EOT
    16 EOT
    18 fi
    17 fi
    19 
    18 
    20 if [ -d ~/tmp/tweet_live_V$1 ]; then
    19 if [ -d ~/tmp/tweet_live_V$1 ]; then