aboutsummaryrefslogtreecommitdiff
path: root/doc/special_remotes/bup.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-19 17:32:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-19 17:32:58 -0400
commitcf415b5bd3dc63b20b5c167eaecfc431786196a3 (patch)
treea0bb86a7130ac7834ca8338b8ac3696e167b1259 /doc/special_remotes/bup.mdwn
parent877ca5d739c6a80b1ee91ba00f828bc576e08569 (diff)
Allow controlling whether login credentials for S3 and webdav are committed to the repository, by setting embedcreds=yes|no when running initremote.
Diffstat (limited to 'doc/special_remotes/bup.mdwn')
-rw-r--r--doc/special_remotes/bup.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn
index e59ff240d..519b5607f 100644
--- a/doc/special_remotes/bup.mdwn
+++ b/doc/special_remotes/bup.mdwn
@@ -22,9 +22,11 @@ These parameters can be passed to `git annex initremote` to configure bup:
* `encryption` - Required. Either "none" to disable encryption of content
stored in bup (ssh will still be used to transport it securely),
or a value that can be looked up (using gpg -k) to find a gpg encryption
- key that will be given access to the remote. Note that additional gpg
- keys can be given access to a remote by rerunning initremote with
- the new key id. See [[encryption]].
+ key that will be given access to the remote, or "shared" which allows
+ every clone of the repository to access the encrypted data (use with caution).
+
+ Note that additional gpg keys can be given access to a remote by
+ rerunning initremote with the new key id. See [[encryption]].
* `buprepo` - Required. This is passed to `bup` as the `--remote`
to use to store data. To create the repository,`bup init` will be run.