Update quickstart docs
This commit is contained in:
parent
c68f414e66
commit
76ff20d06c
@ -40,13 +40,13 @@ and all daemons and consoles in one server.
|
|||||||
# systemctl enable bacula-fd.service
|
# systemctl enable bacula-fd.service
|
||||||
|
|
||||||
# systemctl start bacula-dir.service
|
# systemctl start bacula-dir.service
|
||||||
# echo status bacula-dir | bconsole
|
# echo status dir=bacula-dir | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-sd.service
|
# systemctl start bacula-sd.service
|
||||||
# echo status bacula-sd | bconsole
|
# echo status storage=bacula-sd | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status client=bacula-fd | bconsole
|
||||||
|
|
||||||
6) To grant console access to regular users add the read permission to the
|
6) 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
|
||||||
|
@ -42,13 +42,13 @@ $ ./grant_bacula_privileges
|
|||||||
# systemctl enable bacula-fd.service
|
# systemctl enable bacula-fd.service
|
||||||
|
|
||||||
# systemctl start bacula-dir.service
|
# systemctl start bacula-dir.service
|
||||||
# echo status bacula-dir | bconsole
|
# echo status dir=bacula-dir | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-sd.service
|
# systemctl start bacula-sd.service
|
||||||
# echo status bacula-sd | bconsole
|
# echo status storage=bacula-sd | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status client=bacula-fd | bconsole
|
||||||
|
|
||||||
6) To grant console access to regular users add the read permission to the
|
6) 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
|
||||||
|
@ -37,13 +37,13 @@ and all daemons and consoles in one server.
|
|||||||
# systemctl enable bacula-fd.service
|
# systemctl enable bacula-fd.service
|
||||||
|
|
||||||
# systemctl start bacula-dir.service
|
# systemctl start bacula-dir.service
|
||||||
# echo status bacula-dir | bconsole
|
# echo status dir=bacula-dir | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-sd.service
|
# systemctl start bacula-sd.service
|
||||||
# echo status bacula-sd | bconsole
|
# echo status storage=bacula-sd | bconsole
|
||||||
|
|
||||||
# systemctl start bacula-fd.service
|
# systemctl start bacula-fd.service
|
||||||
# echo status bacula-fd | bconsole
|
# echo status client=bacula-fd | bconsole
|
||||||
|
|
||||||
6) To grant console access to regular users add the read permission to the
|
6) 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
|
||||||
|
Loading…
Reference in New Issue
Block a user