-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.dist
More file actions
45 lines (45 loc) · 826 Bytes
/
config.yaml.dist
File metadata and controls
45 lines (45 loc) · 826 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
s3:
arguments:
version: 'latest'
region: 'us-east-1'
credentials:
key: ''
secret: ''
client_encryption:
enabled: true
kms_client:
arguments:
version: 'latest'
region: 'us-east-1'
credentials:
key: ''
secret: ''
key_arn: ''
cipher_options:
cipher: 'gcm'
key_size: 256
sns:
enabled: false
arguments:
version: 'latest'
region: 'us-east-1'
credentials:
key: ''
secret: ''
topic_arn: ''
mysql:
host: 'localhost'
dbname: ''
username: ''
password: ''
app:
output: true
bucket: ''
compression: 'Gzip' # Should be 'None', 'Gzip', or 'Bzip2'
maximum_backup_counts:
yearly: 7
monthly: 13
daily: 32
hourly: 36
mirror_default_opt: true
add_sql_extension: true