-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
58 lines (49 loc) · 931 Bytes
/
config.yaml.example
File metadata and controls
58 lines (49 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
general:
loglevel: debug
dryrun: false
max_threads: 10
encryption: false
encryption_key: my_cool_password
encryption_deterministic: false
zabbix:
url: https://localhost/zabbix
auth:
token: my_token
export_format: yaml
inputs:
templates:
enable: true
excludes:
- ".*dont_backup*"
templategroups:
enable: true
excludes:
- ".*dont_backup*"
hosts:
enable: true
encryption: true
encryption_deterministic: false
excludes:
- ".*dont_backup*"
hostgroups:
enable: true
excludes:
- ".*dont_backup*"
maps:
enable: true
encryption: true
encryption_deterministic: false
excludes:
- ".*dont_backup*"
images:
enable: true
excludes:
- ".*dont_backup*"
mediatypes:
enable: true
excludes:
- ".*dont_backup*"
outputs:
git:
enable: true
repo: git@my.git.domain.tld:repos/backup.git