|
|
|
@@ -1,5 +1,5 @@ |
|
|
|
--- |
|
|
|
matrix_backup_borg_enabled: false |
|
|
|
matrix_backup_borg_enabled: true |
|
|
|
|
|
|
|
matrix_backup_borg_container_image_self_build: false |
|
|
|
matrix_backup_borg_docker_repo: "https://github.com/borgmatic-collective/docker-borgmatic" |
|
|
|
@@ -26,18 +26,13 @@ matrix_backup_borg_systemd_wanted_services_list: [] |
|
|
|
matrix_backup_borg_schedule: "*-*-* 04:00:00" |
|
|
|
|
|
|
|
# what directories should be added to backup |
|
|
|
matrix_backup_borg_location_source_directories: |
|
|
|
- "{{ matrix_base_data_path }}" |
|
|
|
matrix_backup_borg_location_source_directories: [] |
|
|
|
|
|
|
|
# target repositories |
|
|
|
matrix_backup_borg_location_repositories: [] |
|
|
|
|
|
|
|
# exclude following paths: |
|
|
|
matrix_backup_borg_location_exclude_patterns: |
|
|
|
- "{{ matrix_synapse_media_store_path }}/local_thumbnails" |
|
|
|
- "{{ matrix_synapse_media_store_path }}/remote_thumbnail" |
|
|
|
- "{{ matrix_synapse_media_store_path }}/url_cache" |
|
|
|
- "{{ matrix_synapse_media_store_path }}/url_cache_thumbnails" |
|
|
|
matrix_backup_borg_location_exclude_patterns: [] |
|
|
|
|
|
|
|
# borg encryption mode, only repokey-* is supported |
|
|
|
matrix_backup_borg_encryption: repokey-blake2 |
|
|
|
|