Add missing backup_borg_base_path override

This commit is contained in:
Slavi Pantaleev 2023-02-13 11:44:19 +02:00
parent 38904c08b0
commit 23f7720247
1 changed files with 2 additions and 0 deletions

View File

@ -1882,6 +1882,8 @@ backup_borg_enabled: false
backup_borg_identifier: matrix-backup-borg
backup_borg_base_path: "{{ matrix_base_data_path }}/backup-borg"
backup_borg_username: "{{ matrix_user_username }}"
backup_borg_uid: "{{ matrix_user_uid }}"
backup_borg_gid: "{{ matrix_user_gid }}"