diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-26 14:09:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 14:09:06 -0400 |
commit | f7e3d6eea2f71efe14c3ccb29ef4e88840384d02 (patch) | |
tree | 29dfcc1d3b40c79a9d9635454971a6f64a5021f7 /doc/copies.mdwn | |
parent | 07769fc94968ab65a828c0c001c2fa443a328d99 (diff) |
document 3-level trust
Diffstat (limited to 'doc/copies.mdwn')
-rw-r--r-- | doc/copies.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/copies.mdwn b/doc/copies.mdwn index 98f315081..39a714d3b 100644 --- a/doc/copies.mdwn +++ b/doc/copies.mdwn @@ -4,6 +4,7 @@ your git repository's `.git` directory, not in some external data store. It's important that data not get lost by an ill-considered `git annex drop` command. So, then using those backends, git-annex can be configured to try to keep N copies of a file's content available across all repositories. +(Although [[untrusted_repositories|trust]] don't count toward this total.) 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 |