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 somekey]
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 makes the key be skipped when operating
22 on all keys with eg --all. (To undo, add the key's content back to the
23 repository, by using eg, git-annex reinject.)
24
26 --key=somekey
27
28 Use to specify a key that is dead.
29
30 Also the git-annex-common-options(1) can be used.
31
33 git-annex(1)
34
35 git-annex-trust(1)
36
37 git-annex-semitrust(1)
38
39 git-annex-untrust(1)
40
41 git-annex-renameremote(1)
42
43 git-annex-expire(1)
44
45 git-annex-fsck(1)
46
47 git-annex-reinject(1)
48
50 Joey Hess <id@joeyh.name>
51
52 git-annex-dead(1)