mention how to use default bup repo
This commit is contained in:
parent
fdf1c64812
commit
e7d30fe3da
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
* `remote` - Required. This is passed to `bup` as the `--remote`
|
||||||
to use to store data. To create the repository,`bup init` will be run.
|
to use to store data. To create the repository,`bup init` will be run.
|
||||||
Example: "remote=example.com:/big/mybup" or "remote=/big/mybup"
|
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
|
Options to pass to `bup split` when sending content to bup can also
|
||||||
be specified, by using `git config annex.bup-split-options`. This
|
be specified, by using `git config annex.bup-split-options`. This
|
||||||
|
|
Loading…
Reference in a new issue