Difference between revisions of "Bacula"

From Alessandro's Wiki
(Created page with ' == First Installation == # create databases # configuration files === 1: Databases === * Bacula can work with MySQL, Postgres and SQLite: elwood bacula # ./create_bacula_d...')
 
Line 1: Line 1:
== First Installation ==
== First Installation ==


Line 18: Line 17:


=== 2: Configuration files ===
=== 2: Configuration files ===
* four files in total,
/etc/bacula/bacula-dir.conf
/etc/bacula/bacula-fd.conf
/etc/bacula/bacula-sd.conf
/etc/bacula/bconsole.conf

Revision as of 11:37, 10 October 2010

First Installation

  1. create databases
  2. configuration files


1: Databases

  • Bacula can work with MySQL, Postgres and SQLite:
elwood bacula # ./create_bacula_database -p
Creating SQLite database
elwood bacula # ./make_bacula_tables 
Making SQLite tables
elwood bacula # ./grant_bacula_privileges
Granting SQLite privileges

2: Configuration files

  • four files in total,
/etc/bacula/bacula-dir.conf
/etc/bacula/bacula-fd.conf
/etc/bacula/bacula-sd.conf
/etc/bacula/bconsole.conf