Cross platform network backup for Linux, Unix, Mac and Windows
Go to file
2015-07-15 11:58:48 +02:00
.gitignore Update to 7.0.5 2014-07-31 10:11:46 +02:00
bacula-5.2.13-logwatch.patch include /var/log/bacula/*.log in logwatch (#924797) 2013-04-08 13:13:44 +02:00
bacula-7.0.0-queryfile.patch Update queryfile patch 2014-03-31 10:01:25 +02:00
bacula-7.0.3-bat-build.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.3-non-free-code.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.3-openssl.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.3-seg-fault.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.3-sqlite-priv.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.3-tray-monitor-configure.patch Update to 7.0.3 2014-05-15 16:02:42 +02:00
bacula-7.0.4-autoconf.patch Add back patch inadvertently removed during upstream 7.0 release 2014-07-24 17:53:25 +02:00
bacula-bat.desktop Add QT tray monitor 2011-12-12 17:18:26 +01:00
bacula-dir.init Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
bacula-dir.service Systemd service files cleanup, thanks Michal Schmidt (#952334) 2013-04-16 11:16:25 +02:00
bacula-dir.sysconfig Additional notes on options in sysconfig files 2012-06-04 18:25:31 +02:00
bacula-fd.init Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
bacula-fd.service Systemd service files cleanup, thanks Michal Schmidt (#952334) 2013-04-16 11:16:25 +02:00
bacula-fd.sysconfig Additional notes on options in sysconfig files 2012-06-04 18:25:31 +02:00
bacula-sd.init Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
bacula-sd.service Systemd service files cleanup, thanks Michal Schmidt (#952334) 2013-04-16 11:16:25 +02:00
bacula-sd.sysconfig Additional commit for #829509 2012-06-08 10:13:12 +02:00
bacula-sd.sysconfig.el5 Fix #819158 #829888 #829509 #829219 2012-06-08 10:09:00 +02:00
bacula-traymonitor.desktop Fix tray monitor desktop file 2012-01-15 11:45:12 +01:00
bacula.logrotate Second part of the log path fix 2012-07-16 11:02:12 +02:00
bacula.spec Update package release 2015-07-15 11:58:48 +02:00
database_backends.txt Add backends doc 2013-02-26 10:02:17 +01:00
generic.xpm Add Source 19 2015-07-15 10:15:00 +02:00
quickstart_mysql.txt Update quickstart docs 2014-03-31 11:19:36 +02:00
quickstart_postgresql.txt Update quickstart docs 2014-03-31 11:19:36 +02:00
quickstart_sqlite3.txt Update quickstart docs 2014-03-31 11:19:36 +02:00
README.Redhat Update documentation 2013-02-26 10:00:36 +01:00
sources Update to 7.0.5 2014-07-31 10:11:46 +02:00

======== Features

- Standard components: director, storage, client, docs, bconsole.
- Graphical components: bat, bacula-tray-monitor (where supported).
- Tab completion for bconsole.
- Nagios plugin.
- HTML/PDF docs.
- Quick start guides.
- File Daemon bpipe-fd plugin.
- POSIX.1e capabilities for File Daemon.
- Systemd for Fedora and RHEL 7+.
- SysV init scripts for RHEL 5/6.
- GZIP/LZO compression.
- Static uid/gid of 133 (see "setup" package).
- No usermode / fedora-usermgmt stuff in the console packages.
- Docs no longer an arch specific subpackage.
- SQL libraries needed only by Director and Storage daemons.
- SQL backend management through the alternatives system.

======== Quick start

Please look at the following files for a quick start with the various database
backends:

- quickstart_mysql.txt
- quickstart_postgresql.txt
- quickstart_sqlite3.txt

To deal with the switching process for the database backend, see the following
file which explains how to make the necessary changes:

- database_backends.txt

======== Upgrading from old Redhat releases

When upgrading from old Redhat releases, the "bacula-libs-sql" package takes
care of making the appropriate selection for the database backend based on what
was previously configured on the old system.

The default permissions in the "/etc/bacula" folder have changed; please perform
the following commands for restoring the permissions for the correct operation
of the daemons.

# chown -R root:root /etc/bacula
# chmod 755 /etc/bacula
# chmod 640 /etc/bacula/*
# chgrp bacula /etc/bacula/bacula-dir.conf /etc/bacula/query.sql

All the files that are part of the Director configuration (included with @) must
of course have the same permissions as the main configuration file.

======== Documentation

To see all the available documentation in both HTML and PDF formats, please
install the "bacula-docs" package.