aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-numcopies.mdwn
blob: 96701e1ef5a3dc4f53d9401985f3cf5e918d6a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.

This configuration is stored in the git-annex branch, so it will be seen
by all clones of the repository.

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.