Small README.Fedora changes
This commit is contained in:
parent
11812bf048
commit
c644a6d932
@ -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.3, substitute them with you running version.
|
||||
catalogue library) symlink to the real library. The following examples use
|
||||
version 5.2.3, substitute it with the version you have installed.
|
||||
|
||||
Show the current database backend:
|
||||
|
||||
@ -33,9 +34,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
|
||||
|
||||
@ -48,10 +48,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user