diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-20 12:14:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-20 12:14:41 -0400 |
commit | 401dfc8e9e95ff105cfda7a1d89bc5c5c0aba70c (patch) | |
tree | 3125a798bd6961330bb8209cccee922bf3ae7819 | |
parent | d252970c121b71122665119d7b74a18451f4859f (diff) |
comment
-rw-r--r-- | doc/forum/adding_remote_bup_repo_using_ssh/comment_1_d1ab38bccc415a94fa3906f7f5e823f3._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/adding_remote_bup_repo_using_ssh/comment_1_d1ab38bccc415a94fa3906f7f5e823f3._comment b/doc/forum/adding_remote_bup_repo_using_ssh/comment_1_d1ab38bccc415a94fa3906f7f5e823f3._comment new file mode 100644 index 000000000..bd9d01459 --- /dev/null +++ b/doc/forum/adding_remote_bup_repo_using_ssh/comment_1_d1ab38bccc415a94fa3906f7f5e823f3._comment @@ -0,0 +1,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. +"""]] |