1git-annex-dead(1) General Commands Manual git-annex-dead(1)
2
3
4
6 git-annex-dead - hide a lost repository or key
7
9 git annex dead [repository ...] [--key key]
10
12 This command exists to deal with situations where data has been lost,
13 and you know it has, and you want to stop being reminded of that fact.
14
15 When a repository is specified, indicates that the repository has been
16 irretrievably lost, so it will not be listed in eg, git annex info.
17 Repositories can be specified using their remote name, their descrip‐
18 tion, or their UUID. (To undo, use git-annex semitrust.)
19
20 When a key is specified, indicates that the content of that key has
21 been irretrievably lost. This prevents commands like git annex fsck
22 --all from complaining about it; --all will not operate on the key any‐
23 more. (To undo, add the key's content back to the repository, by using
24 eg, git-annex reinject.)
25
27 git-annex(1)
28
29 git-annex-trust(1)
30
31 git-annex-semitrust(1)
32
33 git-annex-untrust(1)
34
35 git-annex-renameremote(1)
36
37 git-annex-expire(1)
38
39 git-annex-fsck(1)
40
41 git-annex-reinject(1)
42
44 Joey Hess <id@joeyh.name>
45
46 git-annex-dead(1)