Cross platform network backup for Linux, Unix, Mac and Windows
Go to file
2014-03-30 17:01:00 +02:00
.gitignore Update to version 7.0.0 2014-03-30 12:28:51 +02:00
bacula-5.0.2-openssl.patch fixed openssl patch 2010-09-23 14:13:22 +02:00
bacula-5.0.3-sqlite-priv.patch - Fixed alternatives for dbcheck (#650224) 2010-11-23 17:42:06 +01:00
bacula-5.2.12-seg-fault.patch Fix (#905309) e_msg: Process /usr/sbin/bat was killed by signal 11 (SIGSEGV) 2013-02-04 14:42:50 +01:00
bacula-5.2.13-bat-build.patch Update to 5.2.13 2013-02-20 09:55:41 +01: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-configure.patch Backport fixes from git 2014-03-30 17:01:00 +02:00
bacula-7.0.0-git.patch Backport fixes from git 2014-03-30 17:01:00 +02:00
bacula-7.0.0-help-update.patch Update command line switches in man pages. 2014-03-30 16:08:43 +02:00
bacula-7.0.0-queryfile.patch Update to version 7.0.0 2014-03-30 12:28:51 +02:00
bacula-aarch64.patch Add aarch64 patch for real 2013-05-16 12:03:24 +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-non-free-code.patch Fix for nonfree code (#967417) 2013-05-28 13:05:59 +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 Backport fixes from git 2014-03-30 17:01:00 +02:00
database_backends.txt Add backends doc 2013-02-26 10:02:17 +01:00
quickstart_mysql.txt Add mt-st requirement to storage 2013-03-04 14:32:50 +01:00
quickstart_postgresql.txt Add mt-st requirement to storage 2013-03-04 14:32:50 +01:00
quickstart_sqlite3.txt Add mt-st requirement to storage 2013-03-04 14:32:50 +01:00
README.Redhat Update documentation 2013-02-26 10:00:36 +01:00
sources Update to version 7.0.0 2014-03-30 12:28:51 +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.