diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 12:41:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 12:41:17 -0400 |
commit | c739c7d7872557ca0c5d3518fb0a3bdbade871eb (patch) | |
tree | d89efa77d787bd3aa5ee29a5fafed5e3c9aea641 /doc/special_remotes/bup.mdwn | |
parent | 141e55ff11394e2f162397957c96c02ad3f0bd37 (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/special_remotes/bup.mdwn')
-rw-r--r-- | doc/special_remotes/bup.mdwn | 6 |
1 files changed, 3 insertions, 3 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 |