--copies=N can be used to make git-annex only operate on files with the specified number of copies.
(And --not --copies=N for the inverse.)
This commit is contained in:
parent
1fc3ee2423
commit
9da23dff78
4 changed files with 24 additions and 0 deletions
|
@ -434,6 +434,11 @@ file contents are present at either of two repositories.
|
|||
The repository should be specified using the name of a configured remote,
|
||||
or the UUID or description of a repository.
|
||||
|
||||
* --copies=number
|
||||
|
||||
Matches only files that git-annex believes to have the specified number
|
||||
of copies.
|
||||
|
||||
* --not
|
||||
|
||||
Inverts the next file matching option. For example, to only act on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue