Browse Source

Update docs/configuring-playbook-backup-borg.md: add the section "Extending the configuration"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3943/head
Suguru Hirahara 1 year ago
parent
commit
f3c8dbf887
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/configuring-playbook-backup-borg.md

+ 7
- 1
docs/configuring-playbook-backup-borg.md View File

@@ -65,7 +65,13 @@ To backup without encryption, add `backup_borg_encryption: 'none'` to your vars.

`backup_borg_location_source_directories` defines the list of directories to back up: it's set to `{{ matrix_base_data_path }}` by default, which is the base directory for every service's data, such as Synapse, Postgres and the bridges. You might want to exclude certain directories or file patterns from the backup using the `backup_borg_location_exclude_patterns` variable.

Check the [backup_borg role](https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg)'s [defaults/main.yml](https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg/blob/main/defaults/main.yml) file for the full list of available options.
### Extending the configuration

There are some additional things you may wish to configure about the component.

Take a look at:

- [backup_borg role](https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg)'s [`defaults/main.yml`](https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg/blob/main/defaults/main.yml) for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `backup_borg_configuration_extension_yaml` variable

## Installing



Loading…
Cancel
Save