Bacula

From Alessandro's Wiki
Revision as of 11:13, 10 October 2010 by Porcelinux (talk | contribs) (Created page with ' == First Installation == # create databases # configuration files === 1: Databases === * Bacula can work with MySQL, Postgres and SQLite: elwood bacula # ./create_bacula_d...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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