forked from borgmatic-collective/borgmatic
Fixed documentation in schema
This commit is contained in:
parent
7dcb4e3c3a
commit
ceb487a6b9
1 changed files with 8 additions and 7 deletions
|
|
@ -168,12 +168,13 @@ properties:
|
|||
example: false
|
||||
files_changed:
|
||||
type: string
|
||||
enum: ['ctime', 'mtime', 'disabled']
|
||||
description: |
|
||||
Threshold for considering a file as changed. See
|
||||
https://borgbackup.readthedocs.io/en/stable/usage/create.html for
|
||||
details. Defaults to "mtime" (i.e., a file is considered
|
||||
changed if its mtime has changed since the last backup).
|
||||
example: mtime,size
|
||||
details. Defaults to "ctime" (i.e., a file is considered
|
||||
changed if its ctime has changed since the last backup).
|
||||
example: ctime
|
||||
files_cache:
|
||||
type: string
|
||||
description: |
|
||||
|
|
@ -571,11 +572,11 @@ properties:
|
|||
false and an interactive prompt from Borg.
|
||||
example: true
|
||||
msgpack_version_check:
|
||||
type: string
|
||||
type: boolean
|
||||
description: |
|
||||
optionally disable the msgpack version check.
|
||||
Default is “yes”; use at your own risk.
|
||||
example: yes
|
||||
Optionally disable the msgpack version check.
|
||||
Default is true; use at your own risk.
|
||||
example: true
|
||||
extra_borg_options:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue