source: branches/camp/camp-2_5-E/rsync.sh @ 18911

Revision 18911, 391 bytes checked in by miningbrownie, 14 years ago (diff)
  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3if [[ $1 = "run" ]]
4 then
5  OPTION='-Cauvt  --exclude ".svn"'
6 else
7  echo $1
8  OPTION='-Cauvn --exclude ".svn"'
9fi
10echo rsync ${OPTION} data /srv/www/vhosts/eccube.miningbrownie.jp
11rsync ${OPTION} data /srv/www/vhosts/eccube.miningbrownie.jp
12echo rsync ${OPTION} html /srv/www/vhosts/eccube.miningbrownie.jp
13rsync ${OPTION} html /srv/www/vhosts/eccube.miningbrownie.jp
14
15
16
17
Note: See TracBrowser for help on using the repository browser.