diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-19 14:44:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-19 14:44:26 -0400 |
commit | 8a2fc2e3afe6003290ddd2822a1f29be3667c595 (patch) | |
tree | 9c55f4af4814dde6b4b5b7e3145145c048b07f87 /doc/special_remotes | |
parent | 289d29ce1df6844edfa76e962092b1d702bbb84a (diff) |
response
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/bup/comment_14_940b778f97377e83dc16439c0c7e5b38._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/special_remotes/bup/comment_14_940b778f97377e83dc16439c0c7e5b38._comment b/doc/special_remotes/bup/comment_14_940b778f97377e83dc16439c0c7e5b38._comment new file mode 100644 index 000000000..7c0d5b923 --- /dev/null +++ b/doc/special_remotes/bup/comment_14_940b778f97377e83dc16439c0c7e5b38._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 14""" + date="2015-08-19T18:30:16Z" + content=""" +@darkfeline, setting buprepo= causes git-annex to run bup with -r. +You can verify this by using the --debug switch. + +IIRC, bup still creates ~/.bup when used this way, but doesn't store the +contents of annexed files there. It uses it only to store some small index +files, which are also stored in the repo specified with -r. This seems +weird, but I don't think this is a bug on bup's part; it seems to +intentionally do that, using path names in ~/.bup that are constructed to +not conflict when -r is used with different repositories. +I suppose bup has a good reason to do this, though I don't know what the +reason is. + +I can blow ~/.bup away, run "bup init" to make a fresh clean ~/.bup, +and then git-annex can still get the content of files from the buprepo= +repository. So, it seems that buprepo= is working ok. +"""]] |