diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 11:41:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 11:41:10 -0400 |
commit | e7d30fe3da0530bce6e8498ecb9020bbbabccf43 (patch) | |
tree | 2bcae82577b11ffe0ed216ae78b8b7dcde9d47b4 /doc/special_remotes | |
parent | fdf1c648129042c4d61fedb93830a6d00e06ac21 (diff) |
mention how to use default bup repo
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/bup.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn index 4872072a0..19f2320f8 100644 --- a/doc/special_remotes/bup.mdwn +++ b/doc/special_remotes/bup.mdwn @@ -24,6 +24,7 @@ These parameters can be passed to `git annex initremote` to configure bup: * `remote` - 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=") Options to pass to `bup split` when sending content to bup can also be specified, by using `git config annex.bup-split-options`. This |