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

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