summaryrefslogtreecommitdiff
path: root/doc/forum/adding_remote_bup_repo_using_ssh/comment_1_d1ab38bccc415a94fa3906f7f5e823f3._comment
blob: bd9d014596f93a6946fbd35acd098c9ca7e455e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-01-20T16:05:31Z"
 content="""
IIRC bup always initializes ~/.bup, even when using a remote repository.

Your mistake is that you have run `git annex initremote` twice -- so now
git-annex knows about two different remotes, which both happen to be backed
by the same bup repository -- but git-annex doesn't know that.

Instead, you should run `git annex initremote` in one repository, and then
use `git annex enableremote` in clones of that repository to enable your
bup remote.

You will probably want to kill off the redundant bup remote with `git annex
dead mybup` and then using `git annex enableremote` to enable the other one.
"""]]