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