[bacula] Update quickstart docs

Simone Caronni slaanesh at fedoraproject.org
Mon Mar 31 09:19:30 UTC 2014


commit 76ff20d06ca6449a791b3291a3f46475817a666d
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Mar 31 11:19:36 2014 +0200

    Update quickstart docs

 quickstart_mysql.txt      |    6 +++---
 quickstart_postgresql.txt |    6 +++---
 quickstart_sqlite3.txt    |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
---
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


More information about the scm-commits mailing list