bacula/README.Redhat

43 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-01-04 14:17:24 +00:00
======== Features
2012-01-18 16:41:51 +00:00
- Standard components: director, storage, client, docs, bconsole.
- Graphical components: bat, bacula-tray-monitor (where supported).
- Nagios plugin.
2012-01-04 14:17:24 +00:00
- HTML/PDF docs.
- File Daemon bpipe-fd plugin.
- POSIX.1e capabilities for File Daemon.
- Systemd for Fedora 15+.
2012-01-18 16:41:51 +00:00
- GZIP/LZO compression (where supported).
2012-01-04 14:17:24 +00:00
- Static uid/gid of 133 (see "setup" package).
2012-01-18 16:41:51 +00:00
- No usermode / fedora-usermgmt stuff in the console packages.
2012-06-06 18:02:57 +00:00
- Docs no longer an arch specific subpackage.
- SQL libraries needed only by Director and Storage daemons.
- Tab completion for bconsole.
2012-01-04 14:17:24 +00:00
======== 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
2012-06-06 18:02:57 +00:00
catalogue library) symlink to the real library.
2012-01-04 14:17:24 +00:00
2012-06-06 18:02:57 +00:00
To change to a different backend, issue the following command:
# alternatives --config libbaccats.so
There are 3 programs which provide 'libbaccats.so'.
Selection Command
-----------------------------------------------
2012-06-06 18:02:57 +00:00
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
2013-02-22 12:53:40 +00:00
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.
2012-01-04 14:17:24 +00:00
Please look at the quickstart_<backend>.txt files for a quick start with the
various backends.