backup soju as sqlite instead of file
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
- /opt
|
- /opt
|
||||||
bkp_exclude_patterns:
|
bkp_exclude_patterns:
|
||||||
- /var/log
|
- /var/log
|
||||||
|
- /var/soju/main.db
|
||||||
bkp_hc_uuid: 94c410f3-22f4-49f6-9f7f-e6f7b6409ced
|
bkp_hc_uuid: 94c410f3-22f4-49f6-9f7f-e6f7b6409ced
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Remove useless passphrase line (runs after borgmatic role)"
|
- name: "Remove useless passphrase line (runs after borgmatic role)"
|
||||||
@@ -32,6 +33,9 @@
|
|||||||
borg_exclude_patterns: "{{bkp_exclude_patterns}}"
|
borg_exclude_patterns: "{{bkp_exclude_patterns}}"
|
||||||
borg_remote_path: /usr/local/bin/borg_1.2.4/borg1
|
borg_remote_path: /usr/local/bin/borg_1.2.4/borg1
|
||||||
borgmatic_hooks:
|
borgmatic_hooks:
|
||||||
|
sqlite_databases:
|
||||||
|
- name: soju
|
||||||
|
path: /var/soju/soju.db
|
||||||
healthchecks:
|
healthchecks:
|
||||||
ping_url: https://healthchecks.projectsegfau.lt/ping/{{bkp_hc_uuid}}
|
ping_url: https://healthchecks.projectsegfau.lt/ping/{{bkp_hc_uuid}}
|
||||||
states:
|
states:
|
||||||
|
Reference in New Issue
Block a user