diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-22 20:27:14 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-22 20:27:14 +0000 |
commit | 9f08a4f032e05382f7f10061ccff42963020f811 (patch) | |
tree | 650dcbcd26fcd5f3c8a3197d5707b1aad9d2ef9a | |
parent | 81cc9e874928ee97283cbf501b4ffd3917f1f476 (diff) | |
download | bcfg2-9f08a4f032e05382f7f10061ccff42963020f811.tar.gz bcfg2-9f08a4f032e05382f7f10061ccff42963020f811.tar.bz2 bcfg2-9f08a4f032e05382f7f10061ccff42963020f811.zip |
Paranoid mode: Add new options to bcfg2.conf man page
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5376 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | man/bcfg2.conf.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 320987160..0b30c5e3a 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -141,6 +141,17 @@ The TCP port on which to bind for agent mode. .B user A client-only option. The UUID of the client. +.SH PARANOID OPTIONS +These options allow for finer-grained control of the paranoid mode on the Bcfg2 client. They are specified in the [paranoid] section of the configuration file. + +.TP +.B path +Custom path for backups created in paranoid mode. The default is in /var/cache/bcfg2. + +.TP +.B max_copies +Specify a maximum number of copies for the server to keep when running in paranoid mode. Only the most recent versions of these copies will be kept. + .SH COMPONENT OPTIONS Specified in the [components] section. |