Blame SOURCES/README.Redhat

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