summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 09:36:08 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 09:36:08 +0100
commit77d428d076837bf6b4b88b940ebf349d0a42621b (patch)
tree6a169f969661e7253f0df329ba915deee0d8af86 /doc
parent1bd521bcd125752b0430865446300c9896c5bfe2 (diff)
downloadbcfg2-77d428d076837bf6b4b88b940ebf349d0a42621b.tar.gz
bcfg2-77d428d076837bf6b4b88b940ebf349d0a42621b.tar.bz2
bcfg2-77d428d076837bf6b4b88b940ebf349d0a42621b.zip
backup section added
Diffstat (limited to 'doc')
-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
=======