blob: b3f5e424d0cbd264891103a0e300ba7827da9d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/1.38.5/bacula-all-conf,v 1.2 2006/06/14 15:57:07 lisa Exp $
# Config file for /etc/init.d/bacula
# Add on SERVICES the daemons you want to run
# sd -
# fd -
# dir -
SERVICES="%services%"
# If the database server where you store your bacula catalog
# is on a different machine, please set this to 0.
LOCAL_DB=1
# Options for each daemon
# The DIR and SD can be run as a non-root user, however
# please ensure that this user has proper permissions to
# access your backup devices.
SD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-sd.conf"
FD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-fd.conf"
DIR_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-dir.conf"
|