1git-annex-rmurl(1) General Commands Manual git-annex-rmurl(1)
2
3
4
6 git-annex-rmurl - record file is not available at url
7
9 git annex rmurl [file url ..]
10
12 Record that the file is no longer available at the url.
13
14 Removing the last web url will make git-annex no longer treat content
15 as being present in the web special remote. If some other special re‐
16 mote claims the url, unregistering the url will not update presence in‐
17 formation for it, because the content may still be present on the re‐
18 mote.
19
21 --batch
22
23 Enables batch mode, in which lines are read from stdin. Each
24 line should contain the file, and the url to remove from that
25 file, separated by a single space.
26
27 -z Makes the --batch input be delimited by nulls instead of the
28 usual newlines.
29
30 --json Enable JSON output. This is intended to be parsed by programs
31 that use git-annex. Each line of output is a JSON object.
32
33 --json-error-messages
34 Messages that would normally be output to standard error are in‐
35 cluded in the JSON instead.
36
37 Also the git-annex-common-options(1) can be used.
38
40 git-annex(1)
41
42 git-annex-addurl(1)
43
45 Joey Hess <id@joeyh.name>
46
47 git-annex-rmurl(1)