From 0a51a33ec2a503ffceaf7eb32ca46a00888a112b Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Wed, 30 Jul 2025 17:18:46 +0000 Subject: [PATCH] Update playbooks/templates/borg/borgmatic-config.yaml.j2 --- playbooks/templates/borg/borgmatic-config.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/templates/borg/borgmatic-config.yaml.j2 b/playbooks/templates/borg/borgmatic-config.yaml.j2 index 247b65a..9beff46 100644 --- a/playbooks/templates/borg/borgmatic-config.yaml.j2 +++ b/playbooks/templates/borg/borgmatic-config.yaml.j2 @@ -14,6 +14,9 @@ location: # ✅ Include hostname in archive names for multi-host dedupe archive_name_format: "{hostname}-{now:%Y-%m-%dT%H:%M:%S}" + # ✅ Use a dedicated SSH key for Borg backups + ssh_command: "ssh -i /root/.ssh/borg" + storage: # ✅ Encryption key; supply via vault/secret encryption_passphrase: "{{ borg_encryption_passphrase | default('changeme') }}"