diff options
-rw-r--r-- | doc/client/paranoid.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/client/paranoid.txt b/doc/client/paranoid.txt index 8a597892e..0dba89fd1 100644 --- a/doc/client/paranoid.txt +++ b/doc/client/paranoid.txt @@ -20,7 +20,9 @@ How do I use it? file. #. On the client, create ``/var/cache/bcfg2`` (or specify an alternate path in the [paranoid] section of /etc/bcfg2). -#. On the client, run `bcfg2` with the `-P` option. +#. On the client, run `bcfg2` with the `-P` option (alternatively, you + can set *paranoid* to *true* in the **[client]** section of + ``bcfg2.conf``). This will save a copy of the replaced file in ``/var/cache/bcfg2``, but it'll be named as the path to the file with /'s replaced |