added 3 warnings that numcopies=0 is asking to lose data
This commit is contained in:
parent
4291f5c504
commit
ecea2b19cf
1 changed files with 7 additions and 1 deletions
|
@ -540,7 +540,9 @@ subdirectories).
|
||||||
* --numcopies=n
|
* --numcopies=n
|
||||||
|
|
||||||
Overrides the `annex.numcopies` setting, forcing git-annex to ensure the
|
Overrides the `annex.numcopies` setting, forcing git-annex to ensure the
|
||||||
specified number of copies exist.
|
specified number of copies exist.
|
||||||
|
|
||||||
|
Note that setting numcopies to 0 is very unsafe.
|
||||||
|
|
||||||
* --time-limit=time
|
* --time-limit=time
|
||||||
|
|
||||||
|
@ -691,6 +693,8 @@ Here are all the supported configuration settings.
|
||||||
* `annex.numcopies`
|
* `annex.numcopies`
|
||||||
|
|
||||||
Number of copies of files to keep across all repositories. (default: 1)
|
Number of copies of files to keep across all repositories. (default: 1)
|
||||||
|
|
||||||
|
Note that setting numcopies to 0 is very unsafe.
|
||||||
|
|
||||||
* `annex.backends`
|
* `annex.backends`
|
||||||
|
|
||||||
|
@ -893,6 +897,8 @@ the `annex.numcopies` attribute in `.gitattributes` files.
|
||||||
For example, this makes two copies be needed for wav files:
|
For example, this makes two copies be needed for wav files:
|
||||||
|
|
||||||
*.wav annex.numcopies=2
|
*.wav annex.numcopies=2
|
||||||
|
|
||||||
|
Note that setting numcopies to 0 is very unsafe.
|
||||||
|
|
||||||
# FILES
|
# FILES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue