summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 09:53:06 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 09:53:06 +0100
commit56ce7a6f6dae3993f4dee89086fab7a178b32ab2 (patch)
tree3e300466306bb4b32774165b51b0562779c6ff94 /doc
parent77d428d076837bf6b4b88b940ebf349d0a42621b (diff)
downloadbcfg2-56ce7a6f6dae3993f4dee89086fab7a178b32ab2.tar.gz
bcfg2-56ce7a6f6dae3993f4dee89086fab7a178b32ab2.tar.bz2
bcfg2-56ce7a6f6dae3993f4dee89086fab7a178b32ab2.zip
backup section added
Diffstat (limited to 'doc')
-rw-r--r--doc/server/admin/index.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt
index 64461b278..d9f6f5a63 100644
--- a/doc/server/admin/index.txt
+++ b/doc/server/admin/index.txt
@@ -7,7 +7,7 @@ Admin
=====
The ``bcfg2-admin`` command provides you an interface which allows you
-to interact with your Bcfg2 repository in an administrative fashion. To
+to interact with your Bcfg2 :term:`repository` in an administrative fashion. To
get started, run ``bcfg2-admin help``. You will be presented with a list
of different *modes* which each provide various administrative
functionality. Available modes are listed below.
@@ -15,7 +15,7 @@ functionality. Available modes are listed below.
backup
======
-Create an archive of the whole Bcfg2 repository. The archive is stored
+Create an archive of the whole Bcfg2 :term:`repository`. The archive is stored
directly in your Bcfg2 repository (e.g. /var/lib/bcfg2)::
bcfg2-admin backup
@@ -23,10 +23,18 @@ directly in your Bcfg2 repository (e.g. /var/lib/bcfg2)::
client
======
-Create, delete, or modify client entries.::
+Create, delete, list, or modify client entries. ::
bcfg2-admin client add
+
+With ``list`` the file ``clients.xml`` will
+
+ [root@conf01 ~]# bcfg2-admin client list
+ Failed to find IP address for desktop01.example.com
+ server01.example.com
+ laptop02.example.com
+
compare
=======