diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-06 15:12:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-06 15:12:42 -0400 |
commit | faa6b2cdd7e62e221ccda3890fd1da32713cec8f (patch) | |
tree | 0587650ccdb863797e0d32aba93b19249109fbf0 /doc/preferred_content | |
parent | a33ccc14c09d51a1604b34a175e7938d37f29abf (diff) |
groupwanted: New command to set the groupwanted preferred content expression.
Diffstat (limited to 'doc/preferred_content')
-rw-r--r-- | doc/preferred_content/standard_groups.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/preferred_content/standard_groups.mdwn b/doc/preferred_content/standard_groups.mdwn index 5622dcb57..80f512d87 100644 --- a/doc/preferred_content/standard_groups.mdwn +++ b/doc/preferred_content/standard_groups.mdwn @@ -72,7 +72,7 @@ All content is wanted, unless it's already been archived somewhere else. `(not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1` Note that if you want to archive multiple copies (not a bad idea!), -you can set `groupwanted archive` to a version of +you can set `git-annex groupwanted archive` to a version of the above preferred content expression with a larger number of copies than 1. Then make the archive repositories have a preferred content expression of "groupwanted" in order to use your modified |