20 lines
455 B
YAML
20 lines
455 B
YAML
mastodon_home: /home/mastodon
|
|
|
|
borgmatic_config:
|
|
location:
|
|
source_directories:
|
|
- "{{ mastodon_home }}"
|
|
- /etc
|
|
repositories:
|
|
- "{{ borg_repository }}"
|
|
exclude_patterns:
|
|
- "{{ mastodon_home }}/elasticsearch"
|
|
- "{{ mastodon_home }}/redis"
|
|
storage:
|
|
encryption_passphrase: "{{ borg_passphrase }}"
|
|
compression: zlib,7
|
|
retention:
|
|
keep_hourly: 24
|
|
keep_daily: 7
|
|
keep_weekly: 4
|
|
keep_monthly: 6 |