Add mt-st requirement to storage
This commit is contained in:
parent
aa69fd329d
commit
6dd171151c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 5.2.13
|
Version: 5.2.13
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: AGPLv3 with exceptions
|
License: AGPLv3 with exceptions
|
||||||
@ -176,6 +176,7 @@ This package contains the director files.
|
|||||||
Summary: Bacula storage daemon files
|
Summary: Bacula storage daemon files
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: bacula-common%{?_isa} = %{version}-%{release}
|
Requires: bacula-common%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: mt-st
|
||||||
# Storage backends merged into core.
|
# Storage backends merged into core.
|
||||||
Provides: bacula-storage-common = %{version}-%{release}
|
Provides: bacula-storage-common = %{version}-%{release}
|
||||||
Obsoletes: bacula-storage-common < 5.2.2-2
|
Obsoletes: bacula-storage-common < 5.2.2-2
|
||||||
@ -906,6 +907,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 04 2013 Simone Caronni <negativo17@gmail.com> - 5.2.13-6
|
||||||
|
- Add mt-st requirement to storage package; update quick start docs.
|
||||||
|
|
||||||
* Tue Feb 26 2013 Simone Caronni <negativo17@gmail.com> - 5.2.13-5
|
* Tue Feb 26 2013 Simone Caronni <negativo17@gmail.com> - 5.2.13-5
|
||||||
- Improve documentation.
|
- Improve documentation.
|
||||||
|
|
||||||
|
@ -48,12 +48,7 @@ and all daemons and consoles in one server.
|
|||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status bacula-fd | bconsole
|
||||||
|
|
||||||
6) If you don't backup to disk and have a tape library or autochanger, please
|
6) To grant console access to regular users add the read permission to the
|
||||||
also install the magnetic tapes commands:
|
|
||||||
|
|
||||||
# yum -y install mt-st mtx
|
|
||||||
|
|
||||||
7) To grant console access to regular users add the read permission to the
|
|
||||||
console configuration files. Remember that there is no authentication check; so
|
console configuration files. Remember that there is no authentication check; so
|
||||||
a user that can launch the console can perform any command.
|
a user that can launch the console can perform any command.
|
||||||
|
|
||||||
|
@ -50,12 +50,7 @@ $ ./grant_bacula_privileges
|
|||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status bacula-fd | bconsole
|
||||||
|
|
||||||
6) If you don't backup to disk and have a tape library or autochanger, please
|
6) To grant console access to regular users add the read permission to the
|
||||||
also install the magnetic tapes commands:
|
|
||||||
|
|
||||||
# yum -y install mt-st mtx
|
|
||||||
|
|
||||||
7) To grant console access to regular users add the read permission to the
|
|
||||||
console configuration files. Remember that there is no authentication check; so
|
console configuration files. Remember that there is no authentication check; so
|
||||||
a user that can launch the console can perform any command.
|
a user that can launch the console can perform any command.
|
||||||
|
|
||||||
|
@ -45,12 +45,7 @@ and all daemons and consoles in one server.
|
|||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status bacula-fd | bconsole
|
||||||
|
|
||||||
6) If you don't backup to disk and have a tape library or autochanger, please
|
6) To grant console access to regular users add the read permission to the
|
||||||
also install the magnetic tapes commands:
|
|
||||||
|
|
||||||
# yum -y install mt-st mtx
|
|
||||||
|
|
||||||
7) To grant console access to regular users add the read permission to the
|
|
||||||
console configuration files. Remember that there is no authentication check; so
|
console configuration files. Remember that there is no authentication check; so
|
||||||
a user that can launch the console can perform any command.
|
a user that can launch the console can perform any command.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user