mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 14:04:43 +08:00
92 lines
2.2 KiB
YAML
92 lines
2.2 KiB
YAML
conf_version: 3.0
|
|
repos:
|
|
default:
|
|
repo_uri: ./test
|
|
repo_group: default_group
|
|
backup_opts:
|
|
paths: []
|
|
tags: []
|
|
minimum_backup_size_error: 80.0 Mib
|
|
exclude_files_larger_than: 0.0 Kib
|
|
repo_opts:
|
|
repo_password: test
|
|
upload_speed: 100.0 Mib
|
|
download_speed: 0.0 Kib
|
|
retention_policy: {}
|
|
prometheus: {}
|
|
env:
|
|
env_variables: {}
|
|
encrypted_env_variables: {}
|
|
groups:
|
|
default_group:
|
|
backup_opts:
|
|
paths: []
|
|
source_type:
|
|
tags: []
|
|
compression: auto
|
|
use_fs_snapshot: true
|
|
ignore_cloud_files: true
|
|
exclude_caches: true
|
|
one_file_system: true
|
|
priority: low
|
|
excludes_case_ignore: false
|
|
exclude_files:
|
|
- excludes/generic_excluded_extensions
|
|
- excludes/generic_excludes
|
|
- excludes/windows_excludes
|
|
- excludes/linux_excludes
|
|
exclude_patterns:
|
|
-
|
|
exclude_files_larger_than:
|
|
additional_parameters:
|
|
additional_backup_only_parameters:
|
|
minimum_backup_size_error: 10 MiB
|
|
pre_exec_commands: []
|
|
pre_exec_per_command_timeout: 3600
|
|
pre_exec_failure_is_fatal: false
|
|
post_exec_commands: []
|
|
post_exec_per_command_timeout: 3600
|
|
post_exec_failure_is_fatal: false
|
|
post_exec_execute_even_on_backup_error: true
|
|
repo_opts:
|
|
repo_password:
|
|
repo_password_command:
|
|
minimum_backup_age: 1440
|
|
upload_speed: 100 Mib
|
|
download_speed: 0 Mib
|
|
backend_connections: 0
|
|
retention_policy:
|
|
last: 3
|
|
hourly: 72
|
|
daily: 30
|
|
weekly: 4
|
|
monthly: 12
|
|
yearly: 3
|
|
tags: []
|
|
keep_within: true
|
|
ntp_server:
|
|
prometheus:
|
|
backup_job: ${MACHINE_ID}
|
|
group: ${MACHINE_GROUP}
|
|
env:
|
|
env_variables: {}
|
|
encrypted_env_variables: {}
|
|
identity:
|
|
machine_id: ${HOSTNAME}__Zo6u
|
|
machine_group:
|
|
global_prometheus:
|
|
metrics: false
|
|
instance: ${MACHINE_ID}
|
|
destination:
|
|
http_username:
|
|
http_password:
|
|
additional_labels:
|
|
-
|
|
global_options:
|
|
auto_upgrade: true
|
|
auto_upgrade_interval: 10
|
|
auto_upgrade_server_url:
|
|
auto_upgrade_server_username:
|
|
auto_upgrade_server_password:
|
|
auto_upgrade_host_identity: ${MACHINE_ID}
|
|
auto_upgrade_group: ${MACHINE_GROUP}
|