other versions
- bookworm 10.20230126-3
- bookworm-backports 10.20250115-1~bpo12+1
- testing 10.20250115-1
- unstable 10.20250416-1
git-annex-rmurl(1) | General Commands Manual | git-annex-rmurl(1) |
NAME¶
git-annex-rmurl - record file is not available at url
SYNOPSIS¶
git annex rmurl [file url ..]
DESCRIPTION¶
Record that the file is no longer available at the url.
Removing the last web url will make git-annex no longer treat content as being present in the web special remote.
OPTIONS¶
- --batch
- Enables batch mode, in which lines are read from stdin. Each line should contain the file, and the url to remove from that file, separated by a single space.
- -z
- Makes the --batch input be delimited by nulls instead of the usual newlines.
- Also the git-annex-common-options(1) can be used.
SEE ALSO¶
AUTHOR¶
Joey Hess <id@joeyh.name>