Cross platform network backup for Linux, Unix, Mac and Windows
Go to file
2013-02-21 18:07:39 +01:00
.gitignore Update to 5.2.13 2013-02-20 09:55:41 +01: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.2-queryfile.patch Reduce some config patching through configure 2011-12-05 15:03:01 +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-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 Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01: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 Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01: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 Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01: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 Add new docs to package 2013-02-21 17:34:40 +01:00
quickstart_mysql.txt Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
quickstart_postgresql.txt Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
quickstart_sqlite3.txt Create quickstart files and remove bacula-checkconf stuff 2013-02-21 17:27:58 +01:00
README Add new docs to package 2013-02-21 17:34:40 +01:00
sources Update to 5.2.13 2013-02-20 09:55:41 +01:00

======== Features

- Standard components: director, storage, client, docs, bconsole.
- Graphical components: bat, bacula-tray-monitor (where supported).
- Nagios plugin.
- HTML/PDF docs.
- File Daemon bpipe-fd plugin.
- POSIX.1e capabilities for File Daemon.
- Systemd for Fedora 15+.
- GZIP/LZO compression (where supported).
- 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.
- Tab completion for bconsole.

======== PostgreSQL, MySQL and SQLite databases

Bacula director supports different databases backends, if you want to switch
away from the default PostgreSQL one you need to change the "libbaccats" (the
catalogue library) symlink to the real library.

To change to a different backend, issue the following command:

# alternatives --config libbaccats.so

There are 3 programs which provide 'libbaccats.so'.

  Selection    Command
-----------------------------------------------
   1           /usr/lib64/libbaccats-mysql.so
   2           /usr/lib64/libbaccats-sqlite3.so
*+ 3           /usr/lib64/libbaccats-postgresql.so

Enter to keep the current selection[+], or type selection number: 1

There is NO need to edit any part in the Bacula Director configuration.

Please look at the quickstart_<backend>.txt files for a quick start with the
various backends.