-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.yml
More file actions
23 lines (18 loc) · 916 Bytes
/
Copy pathconfig-example.yml
File metadata and controls
23 lines (18 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Backup configuration settings
backup:
times:
- "08:00" # Scheduled backup time in HH:MM format (24-hour format)
- "12:00"
- "18:00" # You can specify multiple backup times per day
- "00:00"
keep_copies: 3 # Number of backup copies to keep (older backups will be deleted)
# System health check settings
health_check: true # If true, performs a health check on startup to verify PostgreSQL, S3, and backup creation
# S3 storage settings
s3: true # If true, backups will be uploaded to S3 storage; if false, only local backups will be created
# SMTP email notifications
smtp: true # If true, enables email notifications for successful backup creation
# Email delivery settings
email_delivery: g.romanoff.biz@gmail.com # Email address to receive backup notifications
# Email language settings
email_lang: ru # Language for email notifications (e.g., 'en' for English, 'ru' for Russian)