summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-05 22:32:06 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-05 22:32:06 +0000
commit1d8e656c2a7561b2ef03be3f66e3eadcb0ad77bf (patch)
treece0f357148197dd3d0fbd66de8f8ef35286436e1
parentd73553e70ba8a0708cbfebd878633072129c6d15 (diff)
downloadobnam-1d8e656c2a7561b2ef03be3f66e3eadcb0ad77bf.tar.gz
Note in manual how to check if repo is encrypted
-rw-r--r--manual/110-encryption.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/110-encryption.mdwn b/manual/110-encryption.mdwn
index 380f13da..ecb36095 100644
--- a/manual/110-encryption.mdwn
+++ b/manual/110-encryption.mdwn
@@ -137,6 +137,13 @@ one encryption key for each client, and don't add additional keys,
Obnam will take care of adding the right keys to the right places
automatically.
+Checking if a repository uses encryption
+----------------------------------------
+
+There is no direct way with Obnam to check if a repository uses
+encryption. However, you can check that manually: if your repository
+contains the file `clientlist/key`, the repository is encrypted.
+
FIXME: Managing encryption keys in a repository
----------------------------------------