add option to not warn on having a copy
This commit is contained in:
parent
8c603d6ebd
commit
c2532b64c4
2 changed files with 6 additions and 1 deletions
|
|
@ -75,6 +75,10 @@ configdefinition:
|
|||
type: boolean
|
||||
default: false
|
||||
description: An idle repository will never give warnings that there are no recent backups
|
||||
needscopy:
|
||||
type: boolean
|
||||
default: true
|
||||
description: Will backup manager complain if there is no copy of the backup
|
||||
timeout:
|
||||
type: integer
|
||||
# note that the default is also in the python code - in case the host isn't filled in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue