43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
======== 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; for the
|
|
purposes of the database creation steps, the bacula-dir.conf configuration file
|
|
can be left at their default values.
|
|
|
|
Please look at the quickstart_<backend>.txt files for a quick start with the
|
|
various backends.
|