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
|
@ -542,6 +542,8 @@ subdirectories).
|
||||||
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
|
||||||
|
|
||||||
Limits how long a git-annex command runs. The time can be something
|
Limits how long a git-annex command runs. The time can be something
|
||||||
|
@ -692,6 +694,8 @@ Here are all the supported configuration settings.
|
||||||
|
|
||||||
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`
|
||||||
|
|
||||||
Space-separated list of names of the key-value backends to use.
|
Space-separated list of names of the key-value backends to use.
|
||||||
|
@ -894,6 +898,8 @@ 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
|
||||||
|
|
||||||
These files are used by git-annex:
|
These files are used by git-annex:
|
||||||
|
|
Loading…
Add table
Reference in a new issue