diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-01 16:54:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-01 17:57:31 -0400 |
commit | 7a3d9d8c2e2bd53d0d4290e99186c6e37f18456d (patch) | |
tree | abe471b7a7cda75d93295107ca92f7cd7b1fd469 /doc/copies.mdwn | |
parent | e280c0a4fca41eee68961db86446c91ed2d6adab (diff) |
mention --numcopies
Diffstat (limited to 'doc/copies.mdwn')
-rw-r--r-- | doc/copies.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/copies.mdwn b/doc/copies.mdwn index 39a714d3b..16eba19c8 100644 --- a/doc/copies.mdwn +++ b/doc/copies.mdwn @@ -8,7 +8,8 @@ to keep N copies of a file's content available across all repositories. By default, N is 1; it is configured by annex.numcopies. This default can be overridden on a per-file-type basis by the annex.numcopies -setting in `.gitattributes` files. +setting in `.gitattributes` files. The --numcopies switch allows +temporarily using a different value. `git annex drop` attempts to check with other git remotes, to check that N copies of the file exist. If enough repositories cannot be verified to have |