source: trunk/DataCheck/Setup/setup.fact.lp.gate@ 18329

Last change on this file since 18329 was 17528, checked in by Daniela Dorner, 11 years ago
updated list of DBs to be backuped
  • Property svn:executable set to *
File size: 640 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
10dbnames=( "mysql" "programoptions" "calendar" "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
15logpath=/users/fact/logs.automatic.processing/autologs
16runlogpath=/users/fact/logs.automatic.processing/autologs
17
18export mars=/users/fact/fast_setup_for_automatic_analysis/Mars.von.Thomas.2012.06.22
19
20# file with db information
21sqlrc=$mars/sql.rc
22
Note: See TracBrowser for help on using the repository browser.