From 76ff20d06ca6449a791b3291a3f46475817a666d Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mar 31 2014 09:19:36 +0000 Subject: Update quickstart docs --- diff --git a/quickstart_mysql.txt b/quickstart_mysql.txt index 9d1c1a4..e923357 100644 --- a/quickstart_mysql.txt +++ b/quickstart_mysql.txt @@ -40,13 +40,13 @@ and all daemons and consoles in one server. # systemctl enable bacula-fd.service # systemctl start bacula-dir.service -# echo status bacula-dir | bconsole +# echo status dir=bacula-dir | bconsole # systemctl start bacula-sd.service -# echo status bacula-sd | bconsole +# echo status storage=bacula-sd | bconsole # 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 console configuration files. Remember that there is no authentication check; so diff --git a/quickstart_postgresql.txt b/quickstart_postgresql.txt index 8ff6b17..bb26666 100644 --- a/quickstart_postgresql.txt +++ b/quickstart_postgresql.txt @@ -42,13 +42,13 @@ $ ./grant_bacula_privileges # systemctl enable bacula-fd.service # systemctl start bacula-dir.service -# echo status bacula-dir | bconsole +# echo status dir=bacula-dir | bconsole # systemctl start bacula-sd.service -# echo status bacula-sd | bconsole +# echo status storage=bacula-sd | bconsole # 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 console configuration files. Remember that there is no authentication check; so diff --git a/quickstart_sqlite3.txt b/quickstart_sqlite3.txt index 0985f29..fb684d5 100644 --- a/quickstart_sqlite3.txt +++ b/quickstart_sqlite3.txt @@ -37,13 +37,13 @@ and all daemons and consoles in one server. # systemctl enable bacula-fd.service # systemctl start bacula-dir.service -# echo status bacula-dir | bconsole +# echo status dir=bacula-dir | bconsole # systemctl start bacula-sd.service -# echo status bacula-sd | bconsole +# echo status storage=bacula-sd | bconsole # 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 console configuration files. Remember that there is no authentication check; so