Simone Caronni f5d09c
======== Features
Simone Caronni f5d09c
Simone Caronni 489c4a
- Standard components: director, storage, client, docs, bconsole.
Simone Caronni 489c4a
- Graphical components: bat, bacula-tray-monitor (where supported).
Simone Caronni e0efc0
- Tab completion for bconsole.
Simone Caronni 489c4a
- Nagios plugin.
Simone Caronni f5d09c
- HTML/PDF docs.
Simone Caronni e0efc0
- Quick start guides.
Simone Caronni f5d09c
- File Daemon bpipe-fd plugin.
Simone Caronni f5d09c
- POSIX.1e capabilities for File Daemon.
Simone Caronni e0efc0
- Systemd for Fedora and RHEL 7+.
Simone Caronni e0efc0
- SysV init scripts for RHEL 5/6.
Simone Caronni e0efc0
- GZIP/LZO compression.
Simone Caronni f5d09c
- Static uid/gid of 133 (see "setup" package).
Simone Caronni 489c4a
- No usermode / fedora-usermgmt stuff in the console packages.
Simone Caronni 763fb2
- Docs no longer an arch specific subpackage.
Simone Caronni 763fb2
- SQL libraries needed only by Director and Storage daemons.
Simone Caronni e0efc0
- SQL backend management through the alternatives system.
Simone Caronni e0efc0
Simone Caronni e0efc0
======== Quick start
Simone Caronni e0efc0
Simone Caronni e0efc0
Please look at the following files for a quick start with the various database
Simone Caronni e0efc0
backends:
Simone Caronni e0efc0
Simone Caronni e0efc0
- quickstart_mysql.txt
Simone Caronni e0efc0
- quickstart_postgresql.txt
Simone Caronni e0efc0
- quickstart_sqlite3.txt
Simone Caronni f5d09c
Simone Caronni e0efc0
To deal with the switching process for the database backend, see the following
Simone Caronni e0efc0
file which explains how to make the necessary changes:
Simone Caronni f5d09c
Simone Caronni e0efc0
- database_backends.txt
Simone Caronni f5d09c
Simone Caronni e0efc0
======== Upgrading from old Redhat releases
Simone Caronni f5b139
Simone Caronni e0efc0
When upgrading from old Redhat releases, the "bacula-libs-sql" package takes
Simone Caronni e0efc0
care of making the appropriate selection for the database backend based on what
Simone Caronni e0efc0
was previously configured on the old system.
Simone Caronni f5b139
Simone Caronni e0efc0
The default permissions in the "/etc/bacula" folder have changed; please perform
Simone Caronni e0efc0
the following commands for restoring the permissions for the correct operation
Simone Caronni e0efc0
of the daemons.
Simone Caronni f5b139
Simone Caronni e0efc0
# chown -R root:root /etc/bacula
Simone Caronni e0efc0
# chmod 755 /etc/bacula
Simone Caronni e0efc0
# chmod 640 /etc/bacula/*
Simone Caronni e0efc0
# chgrp bacula /etc/bacula/bacula-dir.conf /etc/bacula/query.sql
Simone Caronni f5b139
Simone Caronni e0efc0
All the files that are part of the Director configuration (included with @) must
Simone Caronni e0efc0
of course have the same permissions as the main configuration file.
Simone Caronni f5b139
Simone Caronni e0efc0
======== Documentation
Simone Caronni f5d09c
Simone Caronni e0efc0
To see all the available documentation in both HTML and PDF formats, please
Simone Caronni e0efc0
install the "bacula-docs" package.