From 56ce7a6f6dae3993f4dee89086fab7a178b32ab2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 12 Dec 2010 09:53:06 +0100 Subject: backup section added --- doc/server/admin/index.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') 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 ======= -- cgit v1.2.3-1-g7c22