summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-09 12:41:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-09 12:41:17 -0400
commitc739c7d7872557ca0c5d3518fb0a3bdbade871eb (patch)
treed89efa77d787bd3aa5ee29a5fafed5e3c9aea641 /doc
parent141e55ff11394e2f162397957c96c02ad3f0bd37 (diff)
change name of buprepo
Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote.
Diffstat (limited to 'doc')
-rw-r--r--doc/special_remotes/bup.mdwn6
-rw-r--r--doc/walkthrough/using_bup.mdwn4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn
index 19f2320f8..c74bdaf7e 100644
--- a/doc/special_remotes/bup.mdwn
+++ b/doc/special_remotes/bup.mdwn
@@ -21,10 +21,10 @@ These parameters can be passed to `git annex initremote` to configure bup:
keys can be given access to a remote by rerunning initremote with
the new key id.
-* `remote` - Required. This is passed to `bup` as the `--remote`
+* `buprepo` - Required. This is passed to `bup` as the `--remote`
to use to store data. To create the repository,`bup init` will be run.
- Example: "remote=example.com:/big/mybup" or "remote=/big/mybup"
- (To use the default `~/.bup` repository on the local host, specify "remote=")
+ Example: "buprepo=example.com:/big/mybup" or "buprepo=/big/mybup"
+ (To use the default `~/.bup` repository on the local host, specify "buprepo=")
Options to pass to `bup split` when sending content to bup can also
be specified, by using `git config annex.bup-split-options`. This
diff --git a/doc/walkthrough/using_bup.mdwn b/doc/walkthrough/using_bup.mdwn
index c3200dd32..3a6a8776a 100644
--- a/doc/walkthrough/using_bup.mdwn
+++ b/doc/walkthrough/using_bup.mdwn
@@ -8,10 +8,10 @@ Here's how to create a bup remote, and describe it.
[[!template id=note text="""
Instead of specifying a remote system, you could choose to make a bup
remote that is only accessible on the current system, by passing
-"remote=/big/mybup".
+"buprepo=/big/mybup".
"""]]
- # git annex initremote mybup type=bup encryption=none remote=example.com:/big/mybup
+ # git annex initremote mybup type=bup encryption=none buprepo=example.com:/big/mybup
initremote bup (bup init)
Initialized empty Git repository in /big/mybup/
ok