aboutsummaryrefslogtreecommitdiff
path: root/roles/mysql_backup/README.md
blob: 9ee05cf6cb775b04f87e9bec9b6b9a5ab0c8222a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# mysql_backup

Archives SQL Database dumps in an encrypted BORG repo.

compatible with kompetenzbolzen.stuff.mariadb configuration for databases

Example config

```
---
sql_backup:
  borg_repo_dir: /var/backup/borg_mysql/
  borg_repo_key: 'changeme'
  keep_last: 3
  keep_daily: 7
  keep_weekly: 4
  keep_monthly: 6
```