This commit is contained in:
Joey Hess 2023-05-19 14:53:18 -04:00
parent 9ed59dab5b
commit 5029fba7f4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-05-19T18:51:06Z"
content="""
Is it possible to mount the snapshot and edit it? If so, you could skip
making the CoW copy of it, and just go into it, unset annex.uuid and
`git-annex init`. Then proceed with the fsck etc.
There's no way around needing to fsck, it needs to update its location
tracking logs for the new uuid, and fsck is as good a tool as any.
(Obviously --fast can be used.)
"""]]