|
@@ -59,7 +59,6 @@ properties:
|
|
|
description: |
|
|
|
Whether the repository should be created append-only,
|
|
|
only used for the repo-create action. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
storage_quota:
|
|
|
type: string
|
|
@@ -74,7 +73,6 @@ properties:
|
|
|
Whether any missing parent directories of the repository
|
|
|
path should be created, only used for the repo-create
|
|
|
action. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
description: |
|
|
|
A required list of local or remote repositories with paths and
|
|
@@ -104,14 +102,12 @@ properties:
|
|
|
description: |
|
|
|
Stay in same file system; do not cross mount points beyond the given
|
|
|
source directories. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
numeric_ids:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Only store/extract numeric user and group identifiers. Defaults to
|
|
|
false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
atime:
|
|
|
type: boolean
|
|
@@ -122,13 +118,11 @@ properties:
|
|
|
ctime:
|
|
|
type: boolean
|
|
|
description: Store ctime into archive. Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
birthtime:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Store birthtime (creation date) into archive. Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
read_special:
|
|
|
type: boolean
|
|
@@ -138,14 +132,12 @@ properties:
|
|
|
used when backing up special devices such as /dev/zero. Defaults to
|
|
|
false. But when a database hook is used, the setting here is ignored
|
|
|
and read_special is considered true.
|
|
|
- default: false
|
|
|
example: true
|
|
|
flags:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Record filesystem flags (e.g. NODUMP, IMMUTABLE) in archive.
|
|
|
Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
files_cache:
|
|
|
type: string
|
|
@@ -219,7 +211,6 @@ properties:
|
|
|
Exclude directories that contain a CACHEDIR.TAG file. See
|
|
|
http://www.brynosaurus.com/cachedir/spec.html for details. Defaults
|
|
|
to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
exclude_if_present:
|
|
|
type: array
|
|
@@ -236,13 +227,11 @@ properties:
|
|
|
If true, the exclude_if_present filename is included in backups.
|
|
|
Defaults to false, meaning that the exclude_if_present filename is
|
|
|
omitted from backups.
|
|
|
- default: false
|
|
|
example: true
|
|
|
exclude_nodump:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Exclude files with the NODUMP flag. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
borgmatic_source_directory:
|
|
|
type: string
|
|
@@ -274,7 +263,6 @@ properties:
|
|
|
description: |
|
|
|
If true, then source directories (and root pattern paths) must
|
|
|
exist. If they don't, an error is raised. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
encryption_passcommand:
|
|
|
type: string
|
|
@@ -488,21 +476,18 @@ properties:
|
|
|
description: |
|
|
|
Bypass Borg error about a repository that has been moved. Defaults
|
|
|
to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
unknown_unencrypted_repo_access_is_ok:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Bypass Borg error about a previously unknown unencrypted repository.
|
|
|
Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
check_i_know_what_i_am_doing:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
Bypass Borg confirmation about check with repair option. Defaults to
|
|
|
false and an interactive prompt from Borg.
|
|
|
- default: false
|
|
|
example: true
|
|
|
extra_borg_options:
|
|
|
type: object
|
|
@@ -828,9 +813,7 @@ properties:
|
|
|
color:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
- Apply color to console output. Can be overridden with --no-color
|
|
|
- command-line flag. Defaults to true.
|
|
|
- default: true
|
|
|
+ Apply color to console output. Defaults to true.
|
|
|
example: false
|
|
|
progress:
|
|
|
type: boolean
|
|
@@ -838,7 +821,6 @@ properties:
|
|
|
Display progress as each file or archive is processed when running
|
|
|
supported actions. Corresponds to the "--progress" flag on those
|
|
|
actions. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
statistics:
|
|
|
type: boolean
|
|
@@ -846,7 +828,6 @@ properties:
|
|
|
Display statistics for an archive when running supported actions.
|
|
|
Corresponds to the "--stats" flag on those actions. Defaults to
|
|
|
false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
list_details:
|
|
|
type: boolean
|
|
@@ -854,7 +835,6 @@ properties:
|
|
|
Display details for each file or archive as it is processed when
|
|
|
running supported actions. Corresponds to the "--list" flag on those
|
|
|
actions. Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
skip_actions:
|
|
|
type: array
|
|
@@ -1197,7 +1177,6 @@ properties:
|
|
|
backup itself. Defaults to true. Changing this to false
|
|
|
prevents "borgmatic bootstrap" from extracting configuration
|
|
|
files from the backup.
|
|
|
- default: true
|
|
|
example: false
|
|
|
description: |
|
|
|
Support for the "borgmatic bootstrap" action, used to extract
|
|
@@ -1282,7 +1261,6 @@ properties:
|
|
|
schema elements. These statements will fail unless the
|
|
|
initial connection to the database is made by a
|
|
|
superuser.
|
|
|
- default: false
|
|
|
example: true
|
|
|
format:
|
|
|
type: string
|
|
@@ -1521,7 +1499,6 @@ properties:
|
|
|
Use the "--add-drop-database" flag with mariadb-dump,
|
|
|
causing the database to be dropped right before restore.
|
|
|
Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
options:
|
|
|
type: string
|
|
@@ -1669,7 +1646,6 @@ properties:
|
|
|
Use the "--add-drop-database" flag with mysqldump,
|
|
|
causing the database to be dropped right before restore.
|
|
|
Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
options:
|
|
|
type: string
|
|
@@ -2397,9 +2373,8 @@ properties:
|
|
|
send_logs:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
- Send borgmatic logs to Apprise services as part the
|
|
|
+ Send borgmatic logs to Apprise services as part of the
|
|
|
"finish", "fail", and "log" states. Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
logs_size_limit:
|
|
|
type: integer
|
|
@@ -2509,14 +2484,12 @@ properties:
|
|
|
description: |
|
|
|
Verify the TLS certificate of the ping URL host. Defaults to
|
|
|
true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
send_logs:
|
|
|
type: boolean
|
|
|
description: |
|
|
|
- Send borgmatic logs to Healthchecks as part the "finish",
|
|
|
+ Send borgmatic logs to Healthchecks as part of the "finish",
|
|
|
"fail", and "log" states. Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
ping_body_limit:
|
|
|
type: integer
|
|
@@ -2549,7 +2522,6 @@ properties:
|
|
|
the slug URL scheme (https://hc-ping.com/<ping-key>/<slug>
|
|
|
as opposed to https://hc-ping.com/<uuid>).
|
|
|
Defaults to false.
|
|
|
- default: false
|
|
|
example: true
|
|
|
description: |
|
|
|
Configuration for a monitoring integration with Healthchecks. Create
|
|
@@ -2589,7 +2561,6 @@ properties:
|
|
|
description: |
|
|
|
Verify the TLS certificate of the push URL host. Defaults to
|
|
|
true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
description: |
|
|
|
Configuration for a monitoring integration with Uptime Kuma using
|
|
@@ -2626,7 +2597,6 @@ properties:
|
|
|
description: |
|
|
|
Send borgmatic logs to PagerDuty when a backup errors.
|
|
|
Defaults to true.
|
|
|
- default: true
|
|
|
example: false
|
|
|
description: |
|
|
|
Configuration for a monitoring integration with PagerDuty. Create an
|