change name of buprepo
Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote.
This commit is contained in:
parent
141e55ff11
commit
c739c7d787
3 changed files with 35 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue