diff options
Diffstat (limited to 'app-backup/bacula/files/2.2.4/bacula-all-conf')
-rw-r--r-- | app-backup/bacula/files/2.2.4/bacula-all-conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-backup/bacula/files/2.2.4/bacula-all-conf b/app-backup/bacula/files/2.2.4/bacula-all-conf new file mode 100644 index 000000000000..31ceecd0259d --- /dev/null +++ b/app-backup/bacula/files/2.2.4/bacula-all-conf @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.2.4/bacula-all-conf,v 1.1 2007/10/11 00:13:01 wschlich Exp $ + +# Config file for /etc/init.d/bacula + +# Add the daemons you want to run: +# dir - Director (Master Control Program) +# fd - File Daemon (Client) +# sd - Storage Daemon +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" |