mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 06:25:17 +08:00
Add new conf options to example conf files
This commit is contained in:
parent
da85eeded5
commit
60b5776b14
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ backup:
|
|||
one_file_system: true
|
||||
## Paths can contain multiple values, one per line, without quotation marks
|
||||
paths: path_to_directory
|
||||
source_type: folder_list # folder_list|files_from|files_from_verbatim|files_from_raw
|
||||
use_fs_snapshot: false # Use VSS snapshot on Windows (needs administrator rights), will fallback to non VSS on failure
|
||||
ignore_cloud_files: false # Don't complain when pointers to files in cloud (onedrive, nextcloud...) cannot be backed up
|
||||
pre_exec_command: ''
|
||||
|
@ -51,6 +52,7 @@ prometheus:
|
|||
# example: https://push.monitoring.example.tld/metrics/job/${BACKUP_JOB} where ${BACKUP_JOB} is defined in prometheus_backup_job
|
||||
# example: /var/lib/prometheus/collector/mytextfile
|
||||
destination:
|
||||
no_cert_verify: False
|
||||
# prometheus instance, becomes exported_instance when using a push gateway
|
||||
instance: ${MACHINE_ID}
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ backup:
|
|||
one_file_system: true
|
||||
## Paths can contain multiple values, one per line, without quotation marks
|
||||
paths: path_to_directory
|
||||
source_type: folder_list # folder_list|files_from|files_from_verbatim|files_from_raw
|
||||
use_fs_snapshot: true # Use VSS snapshot on Windows (needs administrator rights), will fallback to non VSS on failure
|
||||
ignore_cloud_files: false # Don't complain when pointers to files in cloud (onedrive, nextcloud...) cannot be backed up
|
||||
pre_exec_command: ''
|
||||
|
@ -51,6 +52,7 @@ prometheus:
|
|||
# example: https://push.monitoring.example.tld/metrics/job/${BACKUP_JOB} where ${BACKUP_JOB} is defined in prometheus_backup_job
|
||||
# example: /var/lib/prometheus/collector/mytextfile
|
||||
destination:
|
||||
no_cert_verify: False
|
||||
# prometheus instance, becomes exported_instance when using a push gateway
|
||||
instance: ${MACHINE_ID}
|
||||
|
||||
|
|
Loading…
Reference in a new issue