This commit is contained in:
Joey Hess 2021-07-06 09:45:45 -04:00
parent ec809de4b0
commit c00a15dde0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -4,3 +4,5 @@ From [another thread](https://git-annex.branchable.com/todo/add_option_to_use_sq
Maybe, there are some simple ways to harden git-annex against possible weirdness following abrupt interruptions? E.g. using flag files to detect when a prior operation got interrupted,
and rebuilding the sqlite dbs from git data. Or tagging sqlite records with the timestamp of their creation, and not using the data if the relevant worktree files got modified since then.
> [[closing|done]] per comment --[[Joey]]