/[A3C]/bin/update-strix-config.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /bin/update-strix-config.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 143 - (show annotations)
Sat May 31 12:03:18 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: application/x-sh
File size: 222 byte(s)
Transfer strix php configuration files locally for processing

This can be replaced with NFS mount or something once we get A3C
into production to have live view of data
1 #!/bin/sh
2
3 if [ ! -e data ] ; then
4 echo "Please use this from application root as ./bin/update-strix-config.sh"
5 exit
6 fi
7
8 ssh cms1 'cd /srv/carnet-skole-www/ ; tar cfvpz - strix/etc/*/conf.php' | ( cd data ; tar xvfz - )

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26