From 489c4aeb64eff6886e92860c3f08b2b3801df729 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Wed, 18 Jan 2012 17:41:51 +0100 Subject: [PATCH] Update the correct README.Fedora... --- README.Fedora | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.Fedora b/README.Fedora index 28e32c7..aa02a25 100644 --- a/README.Fedora +++ b/README.Fedora @@ -1,21 +1,22 @@ ======== Features -- Components: bat, bconsole, bacula-tray-monitor, director, storage daemon, - client, docs, Nagios plugin. +- Standard components: director, storage, client, docs, bconsole. +- Graphical components: bat, bacula-tray-monitor (where supported). +- Nagios plugin. - HTML/PDF docs. - File Daemon bpipe-fd plugin. - POSIX.1e capabilities for File Daemon. - Systemd for Fedora 15+. -- LZO compression. +- GZIP/LZO compression (where supported). - Static uid/gid of 133 (see "setup" package). -- No usermode / fedora-usermgmt stuff in the packages. +- No usermode / fedora-usermgmt stuff in the console packages. ======== PostgreSQL, MySQL and SQLite databases Bacula director supports different databases backends, if you want to switch away from the default PostgreSQL one you need to change the "libbaccats" (the -catalogue library) symlink to the real library. The following examples uses -version 5.2.4, substitute them with you running version. +catalogue library) symlink to the real library. The following examples use +version 5.2.4, substitute it with the version you have installed. Show the current database backend: @@ -36,9 +37,8 @@ To change to a different backend (i.e. MySQL), issue the following command: ======== Quick installation guide with the default PostgreSQL backend -Perform the following commands as root to install Bacula with its default -configuration and all daemons and consoles in one server. Tune your commands -accordingly. +Perform the following commands to install Bacula with its default configuration +and all daemons and consoles in one server. 1) Install packages @@ -51,10 +51,10 @@ accordingly. # systemctl enable postgresql.service # systemctl start postgresql.service # su - postgres -# cd /usr/libexec/bacula -# ./create_bacula_database -# ./make_bacula_tables -# ./grant_bacula_privileges +$ cd /usr/libexec/bacula +$ ./create_bacula_database +$ ./make_bacula_tables +$ ./grant_bacula_privileges 3) Change passwords in /etc/bacula/*conf with something you like