3 subject="""comment 1"""
4 date="2018-12-04T16:59:53Z"
6 I doubt this has anything to do with v7, it made no changes in this area.
7 I've verified that git-annex's bup support is still working.
9 git-annex embeds a uuid into a bup repository, so the annex-uuid listed in
10 the git-annex repo's .git/config is only a cache of the last seen uuid. So
11 it seems that, when git-annex tries to read the uuid from your bup
12 repository, it's not finding anything.
14 In your bup repository's git config file, there should be an annex.uuid
15 setting. It seems that you've somehow lost that. There's no way git-annex
16 would remove it. You can of course run
17 "git config annex.uuid 3af6c3c4-973a-481e-82d0-bfc15bff6f30" in the bup
18 repository to add it back, if you're sure that the bup repository is the
19 same one git-annex was using before.