diff options
Diffstat (limited to 'doc/git-annex-numcopies.mdwn')
-rw-r--r-- | doc/git-annex-numcopies.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/git-annex-numcopies.mdwn b/doc/git-annex-numcopies.mdwn new file mode 100644 index 000000000..b29cbb8bf --- /dev/null +++ b/doc/git-annex-numcopies.mdwn @@ -0,0 +1,31 @@ +# NAME + +git-annex numcopies - configure desired number of copies + +# SYNOPSIS + +git annex numcopies `N` + +# DESCRIPTION + +Tells git-annex how many copies it should preserve of files, over all +repositories. The default is 1. + +Run without a number to get the current value. + +When git-annex is asked to drop a file, it first verifies that the +required number of copies can be satisfied among all the other +repositories that have a copy of the file. + +This can be overridden on a per-file basis by the annex.numcopies setting +in .gitattributes files. + +# SEE ALSO + +[[git-annex]](1) + +# AUTHOR + +Joey Hess <id@joeyh.name> + +Warning: Automatically converted into a man page by mdwn2man. Edit with care. |