Update the correct README.Fedora...

This commit is contained in:
Simone Caronni 2012-01-18 17:41:51 +01:00
parent e95438fe75
commit 489c4aeb64

View File

@ -1,21 +1,22 @@
======== Features ======== Features
- Components: bat, bconsole, bacula-tray-monitor, director, storage daemon, - Standard components: director, storage, client, docs, bconsole.
client, docs, Nagios plugin. - Graphical components: bat, bacula-tray-monitor (where supported).
- Nagios plugin.
- HTML/PDF docs. - HTML/PDF docs.
- File Daemon bpipe-fd plugin. - File Daemon bpipe-fd plugin.
- POSIX.1e capabilities for File Daemon. - POSIX.1e capabilities for File Daemon.
- Systemd for Fedora 15+. - Systemd for Fedora 15+.
- LZO compression. - GZIP/LZO compression (where supported).
- Static uid/gid of 133 (see "setup" package). - 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 ======== PostgreSQL, MySQL and SQLite databases
Bacula director supports different databases backends, if you want to switch Bacula director supports different databases backends, if you want to switch
away from the default PostgreSQL one you need to change the "libbaccats" (the away from the default PostgreSQL one you need to change the "libbaccats" (the
catalogue library) symlink to the real library. The following examples uses catalogue library) symlink to the real library. The following examples use
version 5.2.4, substitute them with you running version. version 5.2.4, substitute it with the version you have installed.
Show the current database backend: 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 ======== Quick installation guide with the default PostgreSQL backend
Perform the following commands as root to install Bacula with its default Perform the following commands to install Bacula with its default configuration
configuration and all daemons and consoles in one server. Tune your commands and all daemons and consoles in one server.
accordingly.
1) Install packages 1) Install packages
@ -51,10 +51,10 @@ accordingly.
# systemctl enable postgresql.service # systemctl enable postgresql.service
# systemctl start postgresql.service # systemctl start postgresql.service
# su - postgres # su - postgres
# cd /usr/libexec/bacula $ cd /usr/libexec/bacula
# ./create_bacula_database $ ./create_bacula_database
# ./make_bacula_tables $ ./make_bacula_tables
# ./grant_bacula_privileges $ ./grant_bacula_privileges
3) Change passwords in /etc/bacula/*conf with something you like 3) Change passwords in /etc/bacula/*conf with something you like