|
|
|
@@ -26,11 +26,14 @@ matrix_backup_borg_systemd_wanted_services_list: [] |
|
|
|
matrix_backup_borg_schedule: "*-*-* 04:00:00" |
|
|
|
|
|
|
|
# what directories should be added to backup |
|
|
|
matrix_backup_borg_source_directories: |
|
|
|
matrix_backup_borg_location_source_directories: |
|
|
|
- "{{ matrix_base_data_path }}" |
|
|
|
|
|
|
|
# target repositories |
|
|
|
matrix_backup_borg_location_repositories: [] |
|
|
|
|
|
|
|
# exclude following paths: |
|
|
|
matrix_backup_borg_exclude_patterns: |
|
|
|
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" |
|
|
|
@@ -43,19 +46,16 @@ matrix_backup_borg_encryption: repokey-blake2 |
|
|
|
matrix_backup_borg_ssh_key_private: "" |
|
|
|
|
|
|
|
# borg ssh command with ssh key |
|
|
|
matrix_backup_borg_ssh_command: ssh -o "StrictHostKeyChecking accept-new" -i /etc/borgmatic.d/sshkey |
|
|
|
|
|
|
|
# target repositories |
|
|
|
matrix_backup_borg_repositories: [] |
|
|
|
matrix_backup_borg_storage_ssh_command: ssh -o "StrictHostKeyChecking accept-new" -i /etc/borgmatic.d/sshkey |
|
|
|
|
|
|
|
# compression algorithm |
|
|
|
matrix_backup_borg_compression: lz4 |
|
|
|
matrix_backup_borg_storage_compression: lz4 |
|
|
|
|
|
|
|
# archive name format |
|
|
|
matrix_backup_borg_archive_name_format: "matrix-{now:%Y-%m-%d-%H%M%S}" |
|
|
|
matrix_backup_borg_storage_archive_name_format: "matrix-{now:%Y-%m-%d-%H%M%S}" |
|
|
|
|
|
|
|
# repository passphrase |
|
|
|
matrix_backup_borg_encryption_passphrase: "" |
|
|
|
matrix_backup_borg_storage_encryption_passphrase: "" |
|
|
|
|
|
|
|
# retention configuration |
|
|
|
matrix_backup_borg_retention_keep_hourly: 0 |
|
|
|
|