|
Last change
on this file since 17221 was 15321, checked in by Daniela Dorner, 13 years ago |
|
added sqlrc
|
-
Property svn:executable
set to
*
|
|
File size:
642 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # This a resource file for the scripts, in which paths, variables
|
|---|
| 4 | # and setups are defined
|
|---|
| 5 | #
|
|---|
| 6 | # This setup file is for the machine gate in La Palma
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 | # for db backup
|
|---|
| 10 | dbnames=( "mysql" "programoptions" "scheduling" "systemstatus" "postfix" "horde" "logbook" "factdata" "weather" )
|
|---|
| 11 |
|
|---|
| 12 | # set only variables which are needed for the scripts running on this machine
|
|---|
| 13 |
|
|---|
| 14 | # logging and setup
|
|---|
| 15 | logpath=/users/fact/logs.automatic.processing/autologs
|
|---|
| 16 | runlogpath=/users/fact/logs.automatic.processing/autologs
|
|---|
| 17 |
|
|---|
| 18 | export mars=/users/fact/fast_setup_for_automatic_analysis/Mars.von.Thomas.2012.06.22
|
|---|
| 19 |
|
|---|
| 20 | # file with db information
|
|---|
| 21 | sqlrc=$mars/sql.rc
|
|---|
| 22 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.