Update quickstart docs

This commit is contained in:
Simone Caronni 2014-03-31 11:19:36 +02:00
parent c68f414e66
commit 76ff20d06c
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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