diff --git a/README b/README deleted file mode 100644 index 4d93582..0000000 --- a/README +++ /dev/null @@ -1,40 +0,0 @@ -======== 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_.txt files for a quick start with the -various backends. diff --git a/README.Redhat b/README.Redhat new file mode 100644 index 0000000..37a811a --- /dev/null +++ b/README.Redhat @@ -0,0 +1,42 @@ +======== 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_.txt files for a quick start with the +various backends. diff --git a/bacula.spec b/bacula.spec index aaecf89..fb29f87 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 5.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -16,7 +16,7 @@ Source0: http://www.bacula.org/downloads/Bacula-%{version}/%{name Source2: quickstart_postgresql.txt Source3: quickstart_mysql.txt Source4: quickstart_sqlite3.txt -Source5: README +Source5: README.Redhat Source6: bacula.logrotate Source7: bacula-fd.init Source8: bacula-dir.init @@ -753,7 +753,7 @@ fi %files common %defattr(-,root,root,-) %doc AUTHORS ChangeLog LICENSE SUPPORT -%doc README quickstart_* +%doc README.Redhat quickstart_* %config(noreplace) %{_sysconfdir}/logrotate.d/bacula %dir %{_sysconfdir}/%{name} %dir %{_libexecdir}/%{name} @@ -906,6 +906,9 @@ fi %changelog +* Fri Feb 22 2013 Simone Caronni - 5.2.13-3 +- Renamed README to README.Redhat. + * Thu Feb 21 2013 Simone Caronni - 5.2.13-2 - Removed bacula-checkconf stuff. - Separated postgresql, sqlite3 and mysql how to from README.