Przeglądaj źródła

matrix-backup-borg: add documentation regarding unencrypted repos

pull/1754/head
Adriel Sand 3 lat temu
rodzic
commit
d965c5c1b0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      docs/configuring-playbook-backup-borg.md

+ 2
- 0
docs/configuring-playbook-backup-borg.md Wyświetl plik

@@ -51,6 +51,8 @@ where:
* PASSPHRASE - passphrase used for encrypting backups, you may generate it with `pwgen -s 64 1` or use any password manager * PASSPHRASE - passphrase used for encrypting backups, you may generate it with `pwgen -s 64 1` or use any password manager
* PRIVATE KEY - the content of the **private** part of the SSH key you created before * PRIVATE KEY - the content of the **private** part of the SSH key you created before


To backup without encryption, add `matrix_backup_borg_encryption: none` to your vars. This will also enable the `matrix_backup_borg_unknown_unencrypted_repo_access_is_ok` variable.

`matrix_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 `matrix_backup_borg_location_exclude_patterns` variable. `matrix_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 `matrix_backup_borg_location_exclude_patterns` variable.


Check the `roles/matrix-backup-borg/defaults/main.yml` file for the full list of available options. Check the `roles/matrix-backup-borg/defaults/main.yml` file for the full list of available options.


Ładowanie…
Anuluj
Zapisz