summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/admin/index.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt
index e850d9df0..64461b278 100644
--- a/doc/server/admin/index.txt
+++ b/doc/server/admin/index.txt
@@ -12,12 +12,20 @@ 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.
-FIXME: Need examples for each command listed below.
+backup
+======
+
+Create an archive of the whole Bcfg2 repository. The archive is stored
+directly in your Bcfg2 repository (e.g. /var/lib/bcfg2)::
+
+ bcfg2-admin backup
client
======
-Create, delete, or modify client entries.
+Create, delete, or modify client entries.::
+
+ bcfg2-admin client add
compare
=======