diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 50de5e389..5a0f0569b 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -625,6 +625,12 @@ file contents are present at either of two repositories. copies, on remotes with the specified trust level. For example, "--copies=trusted:2" +* --copies=groupname:number + + Matches only files that git-annex believes have the specified number of + copies, on remotes in the specified group. For example, + "--copies=archival:2" + * --inbackend=name Matches only files whose content is stored using the specified key-value |