1git-annex-dropunused(1) General Commands Manual git-annex-dropunused(1)
2
3
4
6 git-annex-dropunused - drop unused file content
7
9 git annex dropunused [number|range ...]
10
12 Drops the data corresponding to the numbers, as listed by the last git
13 annex unused
14
15 You can also specify ranges of numbers, such as "1-1000". Or, specify
16 "all" to drop all unused data.
17
19 --from=remote
20
21 Rather than dropping the unused files from the local repository,
22 drop them from the remote repository.
23
24 --force
25 Use this option with care! It bypasses safety checks, and forces
26 git-annex to delete the content of the specified files, even
27 from the last repository that is storing their content. Data
28 loss can result from using this option.
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-unused(1)
43
44 git-annex-drop(1)
45
46 git-annex-copy(1)
47
49 Joey Hess <id@joeyh.name>
50
51 git-annex-dropunused(1)