| @@ -7,17 +7,11 @@ location: | |||||
| exclude_patterns: {{ matrix_backup_borg_location_exclude_patterns|to_json }} | exclude_patterns: {{ matrix_backup_borg_location_exclude_patterns|to_json }} | ||||
| storage: | storage: | ||||
| <<<<<<< HEAD | |||||
| compression: {{ matrix_backup_borg_storage_compression }} | |||||
| ssh_command: {{ matrix_backup_borg_storage_ssh_command }} | |||||
| archive_name_format: '{{ matrix_backup_borg_storage_archive_name_format }}' | |||||
| encryption_passphrase: {{ matrix_backup_borg_storage_encryption_passphrase }} | |||||
| ======= | |||||
| compression: {{ matrix_backup_borg_storage_compression|to_json }} | compression: {{ matrix_backup_borg_storage_compression|to_json }} | ||||
| ssh_command: {{ matrix_backup_borg_storage_ssh_command|to_json }} | ssh_command: {{ matrix_backup_borg_storage_ssh_command|to_json }} | ||||
| archive_name_format: {{ matrix_backup_borg_storage_archive_name_format|to_json }} | archive_name_format: {{ matrix_backup_borg_storage_archive_name_format|to_json }} | ||||
| encryption_passphrase: {{ matrix_backup_borg_storage_encryption_passphrase|to_json }} | encryption_passphrase: {{ matrix_backup_borg_storage_encryption_passphrase|to_json }} | ||||
| >>>>>>> 5c1ee66e8dab15485b8bcb69e0a153012d6d40cf | |||||
| unknown_unencrypted_repo_access_is_ok: {{ matrix_backup_borg_unknown_unencrypted_repo_access_is_ok|to_json }} | |||||
| retention: | retention: | ||||
| keep_hourly: {{ matrix_backup_borg_retention_keep_hourly|to_json }} | keep_hourly: {{ matrix_backup_borg_retention_keep_hourly|to_json }} | ||||