aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-dropunused.mdwn
blob: baadd0cc3ca76eb9aa4bfda85344ccaed43768d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# NAME

git-annex dropunused - drop unused file content

# SYNOPSIS

git annex dropunused `[number|range ...]`

# DESCRIPTION

Drops the data corresponding to the numbers, as listed by the last
git annex unused`

You can also specify ranges of numbers, such as "1-1000".
Or, specify "all" to drop all unused data.

# OPTIONS

* `--from=remote`

  Rather than dropping the unused files from the local repository,
  drop them from the remote repository.

* `--force`

  Use this option with care! It bypasses safety checks, and forces
  git-annex to delete the content of the specified files, even from
  the last repository that is storing their content. Data loss can
  result from using this option.

# SEE ALSO

[[git-annex]](1)

[[git-annex-unused]](1)

# AUTHOR

Joey Hess <id@joeyh.name>

Warning: Automatically converted into a man page by mdwn2man. Edit with care.