#!/bin/sh # ---------------------------------------------------------------------------- # /var/install/config.d/bcclient-defaults.sh - This script defines the default # values for the bacula settings # # Creation : 2009-07-03 starwarsfan # Last update: $Id$ # # Copyright (c) 2008-2010 the eisfair team, <team(at)eisfair(dot)org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ---------------------------------------------------------------------------- DEFAULT_CLIENT_FDPORT=9102 DEFAULT_CLIENT_WORKING_DIR='/data/bcclient' DEFAULT_CLIENT_PID_DIR='/var/run' DEFAULT_CLIENT_MAX_JOBS='20' DEFAULT_CLIENT_MESSAGES_NAME='Standard' DEFAULT_CLIENT_MESSAGES_ENTRY_N=3 DEFAULT_CLIENT_MESSAGES_ENTRY_1_TYPE='all' DEFAULT_CLIENT_MESSAGES_ENTRY_2_TYPE='!skipped' DEFAULT_CLIENT_MESSAGES_ENTRY_3_TYPE='!restored' # ---------------------------------------------------------------------------- # End # ----------------------------------------------------------------------------